public abstract class LdapResponseDecorator extends LdapMessageDecorator
instance
ldapMessageLength
parent
Constructor and Description |
---|
LdapResponseDecorator(LdapMessageCodec ldapMessage)
Creates a new instance of LdapResponseDecorator.
|
Modifier and Type | Method and Description |
---|---|
int |
getLdapResponseLength() |
LdapResultCodec |
getLdapResult() |
void |
setLdapResult(LdapResultCodec ldapResult) |
addControl, addLength, computeLength, computeLengthProtocolOp, encode, encodeProtocolOp, getAbandonRequest, getAddRequest, getAddResponse, getBindRequest, getBindResponse, getCompareRequest, getCompareResponse, getControls, getControls, getCurrentControl, getCurrentLength, getDelRequest, getDelResponse, getExpectedLength, getExtendedRequest, getExtendedResponse, getLdapResponse, getMessageId, getMessageType, getMessageTypeName, getModifyDNRequest, getModifyDNResponse, getModifyRequest, getModifyResponse, getParent, getSearchRequest, getSearchResultDone, getSearchResultEntry, getSearchResultReference, getUnBindRequest, setCurrentLength, setExpectedLength, setMessageId, setParent, toString
addControls, encode, getCodecControl, initControls, toString
getTlvId
public LdapResponseDecorator(LdapMessageCodec ldapMessage)
ldapMessage
- the message to decoratepublic int getLdapResponseLength()
public LdapResultCodec getLdapResult()
public void setLdapResult(LdapResultCodec ldapResult)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.