public class UnBindRequestCodec extends LdapMessageCodec
ldapMessageLength
parent
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, toString
addLength, encode, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParent
public MessageTypeEnum getMessageType()
getMessageType
in class LdapMessageCodec
protected int computeLengthProtocolOp()
computeLengthProtocolOp
in class LdapMessageCodec
protected void encodeProtocolOp(ByteBuffer buffer) throws EncoderException
encodeProtocolOp
in class LdapMessageCodec
EncoderException
public String getMessageTypeName()
getMessageTypeName
in class LdapMessageCodec
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.