Uses of Class
org.apache.mina.proxy.handlers.http.HttpProxyResponse
Packages that use HttpProxyResponse
Package
Description
-
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http
Fields in org.apache.mina.proxy.handlers.http declared as HttpProxyResponseModifier and TypeFieldDescriptionprivate HttpProxyResponseAbstractHttpLogicHandler.parsedResponseThe parsed http proxy responseMethods in org.apache.mina.proxy.handlers.http that return HttpProxyResponseModifier and TypeMethodDescriptionprotected HttpProxyResponseAbstractHttpLogicHandler.decodeResponse(String response) Parse a HTTP response from the proxy server.Methods in org.apache.mina.proxy.handlers.http with parameters of type HttpProxyResponseModifier and TypeMethodDescriptionprivate 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 HttpProxyResponseModifier and TypeMethodDescriptionvoidHttpBasicAuthLogicHandler.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 HttpProxyResponseModifier and TypeFieldDescriptionprivate HttpProxyResponseHttpDigestAuthLogicHandler.responseThe response received to the last request.Methods in org.apache.mina.proxy.handlers.http.digest with parameters of type HttpProxyResponseModifier and TypeMethodDescriptionvoidHttpDigestAuthLogicHandler.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 HttpProxyResponseModifier and TypeMethodDescriptionprivate StringHttpNTLMAuthLogicHandler.getNTLMHeader(HttpProxyResponse response) voidHttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response) Handles a HTTP response from the proxy server.