|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedIntermediateResponse
This class provides an API that can be used in the course of processing an
intermediate response via the InMemoryOperationInterceptor
API.
Method Summary | |
---|---|
IntermediateResponse |
getIntermediateResponse()
Retrieves the intermediate response to be returned to the client. |
InMemoryInterceptedRequest |
getRequest()
Retrieves the request associated with the operation that is being processed. |
void |
setIntermediateResponse(IntermediateResponse response)
Replaces the intermediate response to be returned to the client. |
Methods inherited from interface com.unboundid.ldap.listener.interceptor.InMemoryInterceptedResult |
---|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendUnsolicitedNotification |
Method Detail |
---|
InMemoryInterceptedRequest getRequest()
IntermediateResponse getIntermediateResponse()
void setIntermediateResponse(IntermediateResponse response)
null
if the response should be suppressed rather than being
returned to the client.
response
- The intermediate response to be returned to the client.
It may be null
if the response should be
suppressed rather than being returned to the client.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |