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

Packages that use IHTTPLocalServerFactory
org.eclipse.actf.util.httpproxy This package includes interfaces and configurations of ACTF HTTP proxy. 
 

Uses of IHTTPLocalServerFactory in org.eclipse.actf.util.httpproxy
 

Methods in org.eclipse.actf.util.httpproxy that return IHTTPLocalServerFactory
 IHTTPLocalServerFactory ProxyConfig.getLocalServerFactory()
          Get Factory of IHTTPLocalServer that enables to return HTTP Response for specified request directly from the proxy.
 

Methods in org.eclipse.actf.util.httpproxy with parameters of type IHTTPLocalServerFactory
 void ProxyConfig.setLocalServerFactory(IHTTPLocalServerFactory localServerFactory)
          Set Factory of IHTTPLocalServer that enables to return HTTP Response for specified request directly from the proxy.