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