Modifier and Type | Method | Description |
---|---|---|
protected HttpProxyResponse |
AbstractHttpLogicHandler.decodeResponse(String response) |
Parse a HTTP response from the proxy server.
|
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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response) |
Modifier and Type | Method | Description |
---|---|---|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response) |
Handles a HTTP response from the proxy server.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.