public class NotificationControl extends AbstractControl implements RequestControl
Modifier and Type | Field and Description |
---|---|
static String |
OID
OID of this control.
|
logger
Constructor and Description |
---|
NotificationControl()
Default constructor.
|
NotificationControl(boolean critical)
Creates a new notification control.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
encode()
Provides the BER encoding of this control.
|
int |
hashCode()
Returns the hash code for this object.
|
String |
toString() |
equals, getCriticality, getOID
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCriticality, getOID
public static final String OID
public NotificationControl()
public NotificationControl(boolean critical)
critical
- whether this control is criticalpublic int hashCode()
AbstractControl
hashCode
in class AbstractControl
public byte[] encode()
RequestControl
encode
in interface RequestControl
Copyright © 2024. All rights reserved.