public abstract class ResultResponseRequestDecorator<M extends ResultResponseRequest> extends RequestDecorator<M> implements ResultResponseRequest
messageLength| Constructor and Description |
|---|
ResultResponseRequestDecorator(LdapApiService codec,
M decoratedMessage)
Makes Request a MessageDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
ResultResponse |
getResultResponse()
If called for the first time, this method creates a result containing
response object for this request.
|
boolean |
hasResponse()
Tests to see if this Request produces one or more response types.
|
addAllControls, addControl, get, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, removeControl, setControlsLength, setMessageId, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdcomputeLength, encodecomputeLength, encodepublic ResultResponseRequestDecorator(LdapApiService codec, M decoratedMessage)
decoratedMessage - the decorated messagepublic boolean hasResponse()
hasResponse in interface RequesthasResponse in class RequestDecorator<M extends ResultResponseRequest>public ResultResponse getResultResponse()
getResultResponse in interface ResultResponseRequestCopyright © 2021. All rights reserved.