Java HTTP Proxy Library Project Page
SourceForge.net Logo

Uses of Interface
com.wpg.proxy.HttpMessageHandler

Uses of HttpMessageHandler in com.wpg.proxy
 

Methods in com.wpg.proxy that return types with arguments of type HttpMessageHandler
protected static java.util.Vector<HttpMessageHandler> ProxyRegistry.getHandlers()
          Get the list of request handlers
 

Methods in com.wpg.proxy with parameters of type HttpMessageHandler
static void ProxyRegistry.addHandler(HttpMessageHandler hml)
          Add a new handler to receive incomming http responses, as well as the request
static boolean ProxyRegistry.removeHandler(HttpMessageHandler hml)
          Removes a response handler
 


Java HTTP Proxy Library Project Page
SourceForge.net Logo