Java HTTP Proxy Library Project Page
SourceForge.net Logo

Uses of Class
com.wpg.proxy.HttpMessageRequest

Uses of HttpMessageRequest in com.wpg.proxy
 

Methods in com.wpg.proxy with parameters of type HttpMessageRequest
 void HttpMessageHandler.failedRequest(HttpMessageRequest request, java.lang.Exception exception)
          Failed to get a response for the given request
 void HttpMessageHandler.failedResponse(HttpMessageResponse response, HttpMessageRequest request, java.lang.Exception exception)
          Failed to send the given response for the given request back to the user
 void HttpMessageHandler.receivedRequest(HttpMessageRequest request)
          Just received a request, this is called before the request is sent out but after the request processors are executed
 void HttpMessageHandler.receivedResponse(HttpMessageResponse response, HttpMessageRequest request)
          Just received a response for the given request, but have not yet returned it to the user
 


Java HTTP Proxy Library Project Page
SourceForge.net Logo