Java HTTP Proxy Library Project Page
SourceForge.net Logo

Uses of Class
com.wpg.proxy.HttpMessage

Uses of HttpMessage in com.wpg.proxy
 

Subclasses of HttpMessage in com.wpg.proxy
 class HttpMessageRequest
          HTTP Request Message Class, this is the message received from the client for processing
 class HttpMessageResponse
          HTTP Response Message Class, this is the message received from the remote host in response to a request
 

Methods in com.wpg.proxy that return HttpMessage
 HttpMessage HttpMessageProcessor.process(HttpMessage input)
          Process this given message, returns the message after modification
 

Methods in com.wpg.proxy with parameters of type HttpMessage
 boolean HttpMessageProcessor.doContinue(HttpMessage input)
          Continue to run next processors?
 boolean HttpMessageProcessor.doSend(HttpMessage input)
          Send this message?
 HttpMessage HttpMessageProcessor.process(HttpMessage input)
          Process this given message, returns the message after modification
 


Java HTTP Proxy Library Project Page
SourceForge.net Logo