Uses of Class
org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
-
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http
Methods in org.apache.mina.proxy.handlers.http that return HttpProxyResponse Modifier and Type Method Description protected HttpProxyResponse
AbstractHttpLogicHandler. decodeResponse(String response)
Parse a HTTP response from the proxy server.Methods in org.apache.mina.proxy.handlers.http with parameters of type HttpProxyResponse Modifier and Type Method Description abstract void
AbstractAuthLogicHandler. handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.abstract void
AbstractHttpLogicHandler. handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.void
HttpSmartProxyHandler. handleResponse(HttpProxyResponse response)
Handle a HTTP response from the proxy server. -
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http.basic
Methods in org.apache.mina.proxy.handlers.http.basic with parameters of type HttpProxyResponse Modifier and Type Method Description void
HttpBasicAuthLogicHandler. handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.void
HttpNoAuthLogicHandler. handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server. -
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http.digest
Methods in org.apache.mina.proxy.handlers.http.digest with parameters of type HttpProxyResponse Modifier and Type Method Description void
HttpDigestAuthLogicHandler. handleResponse(HttpProxyResponse response)
-
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http.ntlm
Methods in org.apache.mina.proxy.handlers.http.ntlm with parameters of type HttpProxyResponse Modifier and Type Method Description void
HttpNTLMAuthLogicHandler. handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
-