|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Control
Protocol request and response altering control interface. Any number of controls may be associated with a protocol message.
| Method Summary | |
|---|---|
String |
getOid()
|
byte[] |
getValue()
Returns the encoded value for this Control |
boolean |
hasValue()
Tells if the Control has a value or not |
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. |
void |
setValue(byte[] value)
Stores the encoded value for this Control |
| Method Detail |
|---|
String getOid()
boolean isCritical()
true/code> if the control is critical, false otherwisevoid setCritical(boolean isCritical)
isCritical - true if the control is critical false otherwise.byte[] getValue()
void setValue(byte[] value)
value - The encoded valueboolean hasValue()
true if th Control has a value, even containing no bytes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||