|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHTTPRequestMessage | |
---|---|
org.eclipse.actf.util.httpproxy.core | This package includes core interfaces of ACTF HTTP proxy. |
org.eclipse.actf.util.httpproxy.proxy | This package includes interfaces to manage sessions of ACTF HTTP proxy. |
org.eclipse.actf.util.httpproxy.util | This package includes utilities for ACTF HTTP proxy. |
Uses of IHTTPRequestMessage in org.eclipse.actf.util.httpproxy.core |
---|
Methods in org.eclipse.actf.util.httpproxy.core with parameters of type IHTTPRequestMessage | |
---|---|
void |
IClientConnection.allowTunnel(IHTTPRequestMessage req,
org.eclipse.actf.util.internal.httpproxy.core.ServerConnection sc,
long timeout)
Allow to establish tunnel for connect request |
void |
IClientConnection.rejectTunnel(IHTTPRequestMessage req,
long timeout)
Reject to establish tunnel for connect request |
Uses of IHTTPRequestMessage in org.eclipse.actf.util.httpproxy.proxy |
---|
Methods in org.eclipse.actf.util.httpproxy.proxy that return IHTTPRequestMessage | |
---|---|
IHTTPRequestMessage |
IHTTPSessionOverrider.getSessionRequest()
Return the processed IHTTPRequestMessage |
Methods in org.eclipse.actf.util.httpproxy.proxy with parameters of type IHTTPRequestMessage | |
---|---|
boolean |
IHTTPLocalServer.processRequest(int id,
IHTTPProxyConnection connection,
IHTTPRequestMessage request,
IHTTPProxyTranscoder transcoder)
Check if the request is target of this implementation. |
boolean |
IHTTPSessionOverrider.replaceRequest(IClientStateManager csm,
IHTTPRequestMessage request)
Check if the request is target of this overrider. |
boolean |
IHTTPSessionOverrider.replaceResponse(IClientStateManager csm,
IHTTPRequestMessage request,
IHTTPResponseMessage response,
int timeout)
|
IHTTPResponseMessage |
IHTTPProxyTranscoder.transcode(int id,
IHTTPRequestMessage request,
IHTTPResponseMessage response)
Transforms an HTTP response message. |
Uses of IHTTPRequestMessage in org.eclipse.actf.util.httpproxy.util |
---|
Methods in org.eclipse.actf.util.httpproxy.util with parameters of type IHTTPRequestMessage | |
---|---|
static void |
HTTPUtil.sendFailedToClient(IHTTPProxyConnection fClient,
IHTTPRequestMessage request)
Send 404 (not found) error to client |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |