public interface IHTTPSessionOverrider
Modifier and Type | Method and Description |
---|---|
IHTTPRequestMessage |
getSessionRequest()
Return the processed
IHTTPRequestMessage |
IHTTPResponseMessage |
getSessionResponse()
Return the processed
IHTTPResponseMessage |
boolean |
replaceRequest(IClientStateManager csm,
IHTTPRequestMessage request)
Check if the request is target of this overrider.
|
boolean |
replaceResponse(IClientStateManager csm,
IHTTPRequestMessage request,
IHTTPResponseMessage response,
int timeout) |
IHTTPRequestMessage getSessionRequest()
IHTTPRequestMessage
IHTTPRequestMessage
IHTTPResponseMessage getSessionResponse()
IHTTPResponseMessage
IHTTPResponseMessage
boolean replaceRequest(IClientStateManager csm, IHTTPRequestMessage request) throws IOException
csm
- request
- IOException
boolean replaceResponse(IClientStateManager csm, IHTTPRequestMessage request, IHTTPResponseMessage response, int timeout) throws IOException, TimeoutException
csm
- request
- response
- timeout
- IOException
TimeoutException