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

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

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

Methods in org.eclipse.actf.util.httpproxy.proxy that return IHTTPProxyTranscoder
 IHTTPProxyTranscoder IHTTPProxyTranscoderFactory.newInstance(int id)
          Creates new instance of HTTP proxy transcoder.
 

Methods in org.eclipse.actf.util.httpproxy.proxy with parameters of type IHTTPProxyTranscoder
 boolean IHTTPLocalServer.processRequest(int id, IHTTPProxyConnection connection, IHTTPRequestMessage request, IHTTPProxyTranscoder transcoder)
          Check if the request is target of this implementation.