public class UnBindRequestCodec extends LdapMessageCodec
ldapMessageLengthparent| Constructor and Description |
|---|
UnBindRequestCodec()
Creates a new BindRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
computeLengthProtocolOp()
Compute the UnBindRequest length
UnBindRequest :
0x42 00
|
protected void |
encodeProtocolOp(ByteBuffer buffer)
Encode the Unbind protocolOp part
|
MessageTypeEnum |
getMessageType()
Get the message type
|
String |
getMessageTypeName()
Get the message type Name
|
String |
toString()
Get a String representation of a UnBindRequest
|
addControl, addControls, computeLength, encode, getCodecControl, getControls, getControls, getCurrentControl, getMessageId, initControls, setMessageId, toStringaddLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParentpublic MessageTypeEnum getMessageType()
getMessageType in class LdapMessageCodecprotected int computeLengthProtocolOp()
computeLengthProtocolOp in class LdapMessageCodecprotected void encodeProtocolOp(ByteBuffer buffer) throws EncoderException
encodeProtocolOp in class LdapMessageCodecEncoderExceptionpublic String getMessageTypeName()
getMessageTypeName in class LdapMessageCodecCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.