Uses of Class
org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
-
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http
Fields in org.apache.mina.proxy.handlers.http declared as HttpProxyResponse Modifier and Type Field Description private HttpProxyResponseAbstractHttpLogicHandler. parsedResponseThe parsed http proxy responseMethods in org.apache.mina.proxy.handlers.http that return HttpProxyResponse Modifier and Type Method Description protected HttpProxyResponseAbstractHttpLogicHandler. decodeResponse(java.lang.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 private voidHttpSmartProxyHandler. autoSelectAuthHandler(HttpProxyResponse response)Automatic selection of the authentication algorithm.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
Fields in org.apache.mina.proxy.handlers.http.digest declared as HttpProxyResponse Modifier and Type Field Description private HttpProxyResponseHttpDigestAuthLogicHandler. responseThe response received to the last request.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 private java.lang.StringHttpNTLMAuthLogicHandler. getNTLMHeader(HttpProxyResponse response)voidHttpNTLMAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.
-