public abstract class LdapResponseDecorator extends LdapMessageDecorator
instanceldapMessageLengthparent| 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, toStringaddControls, encode, getCodecControl, initControls, toStringgetTlvIdpublic LdapResponseDecorator(LdapMessageCodec ldapMessage)
ldapMessage - the message to decoratepublic int getLdapResponseLength()
public LdapResultCodec getLdapResult()
public void setLdapResult(LdapResultCodec ldapResult)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.