public abstract class ProtocolOp extends Object
Constructor and Description |
---|
ProtocolOp() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getProtocolOpName()
Retrieves the name for this protocol op type.
|
abstract byte |
getType()
Retrieves the BER type for this protocol op.
|
String |
toString()
Retrieves a string representation of this LDAP protocol op.
|
abstract void |
toString(StringBuilder buffer)
Appends a string representation of this LDAP protocol op to the provided buffer.
|
abstract void |
write(Asn1Writer stream)
Writes this protocol op to an ASN.1 output stream.
|
public abstract byte getType()
public abstract String getProtocolOpName()
public abstract void write(Asn1Writer stream) throws IOException
stream
- The ASN.1 output stream to write to.IOException
- If a problem occurs while writing to the stream.public String toString()
public abstract void toString(StringBuilder buffer)
buffer
- The buffer to which the string should be appended.Copyright 2010-2018 ForgeRock AS.