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 HttpProxyResponseAbstractHttpLogicHandler. 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 voidAbstractAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.abstract voidAbstractHttpLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.voidHttpSmartProxyHandler. 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 voidHttpBasicAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.voidHttpNoAuthLogicHandler. 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 voidHttpDigestAuthLogicHandler. 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 voidHttpNTLMAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.
-