| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHTTPSessionOverrider
Interface to override HTTP Session in the proxy
| Method Summary | |
|---|---|
|  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) | 
| Method Detail | 
|---|
IHTTPRequestMessage getSessionRequest()
IHTTPRequestMessage
IHTTPRequestMessageIHTTPResponseMessage 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| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||