程序包 | 说明 |
---|---|
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 |
限定符和类型 | 方法和说明 |
---|---|
protected HttpProxyResponse |
AbstractHttpLogicHandler.decodeResponse(java.lang.String response)
Parse 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.
|
abstract void |
AbstractAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpNoAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|
void |
HttpBasicAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|