public interface Control
| Modifier and Type | Method and Description |
|---|---|
String |
getOid() |
boolean |
isCritical()
Tells if the control is critical or not.
|
void |
setCritical(boolean isCritical)
Sets the critical flag which determines whether or not this control is
critical for the correct operation of a request or response message.
|
String getOid()
boolean isCritical()
true if the control is critical, false otherwisevoid setCritical(boolean isCritical)
isCritical - true if the control is critical false otherwise.Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.