| Modifier and Type | Field and Description |
|---|---|
private HttpProxyResponse |
AbstractHttpLogicHandler.parsedResponse
The parsed http proxy response
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpProxyResponse |
AbstractHttpLogicHandler.decodeResponse(java.lang.String response)
Parse a HTTP response from the proxy server.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
HttpSmartProxyHandler.autoSelectAuthHandler(HttpProxyResponse response)
Automatic selection of the authentication algorithm.
|
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 and 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 | Field and Description |
|---|---|
private HttpProxyResponse |
HttpDigestAuthLogicHandler.response
The response received to the last request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
HttpNTLMAuthLogicHandler.getNTLMHeader(HttpProxyResponse response)
Returns the value of the NTLM Proxy-Authenticate header.
|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|