@InternalUseOnly @NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ProtocolOp extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
ASN1Element |
encodeProtocolOp()
Encodes this protocol op to an ASN.1 element suitable for inclusion in an
encoded LDAP message.
|
byte |
getProtocolOpType()
Retrieves the BER type for this protocol op.
|
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this LDAP protocol op to the provided
buffer.
|
void |
writeTo(ASN1Buffer buffer)
Writes an ASN.1-encoded representation of this LDAP protocol op to the
provided ASN.1 buffer.
|
byte getProtocolOpType()
@NotNull ASN1Element encodeProtocolOp()
void writeTo(@NotNull ASN1Buffer buffer)
buffer
- The ASN.1 buffer to which the encoded representation should
be written.