|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpProxyResponse | |
---|---|
org.apache.mina.proxy.handlers.http | |
org.apache.mina.proxy.handlers.http.basic | |
org.apache.mina.proxy.handlers.http.digest | |
org.apache.mina.proxy.handlers.http.ntlm |
Uses of HttpProxyResponse in org.apache.mina.proxy.handlers.http |
---|
Methods in org.apache.mina.proxy.handlers.http that return HttpProxyResponse | |
---|---|
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 | |
---|---|
abstract void |
AbstractAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server. |
void |
HttpSmartProxyHandler.handleResponse(HttpProxyResponse response)
Handle a HTTP response from the proxy server. |
abstract void |
AbstractHttpLogicHandler.handleResponse(HttpProxyResponse response)
Handles 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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |