Uses of Interface
org.eclipse.actf.util.httpproxy.proxy.IClientStateManager

Packages that use IClientStateManager
org.eclipse.actf.util.httpproxy.proxy   
 

Uses of IClientStateManager in org.eclipse.actf.util.httpproxy.proxy
 

Methods in org.eclipse.actf.util.httpproxy.proxy with parameters of type IClientStateManager
 void IHTTPProxyConnection.init(IClientStateManager clientStateManager, Socket clientSock, long keepAlive, int initServerGroupIdx)
          Initializes this proxy connection.
 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)