Java HTTP Proxy Library Project Page
SourceForge.net Logo

Uses of Class
com.wpg.proxy.HttpMessageResponse

Uses of HttpMessageResponse in com.wpg.proxy
 

Methods in com.wpg.proxy with parameters of type HttpMessageResponse
 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.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