Java HTTP Proxy Library Project Page
SourceForge.net Logo

Uses of Package
com.wpg.proxy

Classes in com.wpg.proxy used by com.wpg.proxy
HttpMessage
          Class to manage the HTTP message headers and body content, which could be anything at this point This class should be extended by HttpMessageRequest and HttpMessageResponse classes and never used directly
HttpMessageHandler
          Interface for a user defined HTTP Message Handler
HttpMessageProcessor
          Process requests before they are sent or responses once they are received
HttpMessageRequest
          HTTP Request Message Class, this is the message received from the client for processing
HttpMessageResponse
          HTTP Response Message Class, this is the message received from the remote host in response to a request
Proxy
          Main Proxy class which has a test main method and is the base class for all proxy handling
ProxyStatistics
          ProxyStatistics object is used to track statistics collected during the proxy execution to report to the user via an HTTP request directed to the proxy itself, rather than meant for a remote host or port
 


Java HTTP Proxy Library Project Page
SourceForge.net Logo