@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedSimpleBindRequest extends InMemoryInterceptedRequest
InMemoryOperationInterceptor API.| Modifier and Type | Method and Description |
|---|---|
SimpleBindRequest |
getRequest()
Retrieves the bind request to be processed.
|
void |
setRequest(SimpleBindRequest bindRequest)
Replaces the bind request to be processed.
|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendIntermediateResponse, sendUnsolicitedNotification, setProperty@NotNull SimpleBindRequest getRequest()
void setRequest(@NotNull SimpleBindRequest bindRequest)
bindRequest - The bind request that should be processed instead of
the one that was originally received from the client.
It must not be null.