限定符和类型 | 方法和说明 |
---|---|
void |
ProxyLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Called at each step of the handshake procedure.
|
void |
ProxyLogicHandler.messageReceived(IoFilter.NextFilter nextFilter,
IoBuffer buf)
Handle incoming data during the handshake process.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ProxyFilter.messageReceived(IoFilter.NextFilter nextFilter,
IoSession session,
java.lang.Object message)
Receives data from the remote host, passes to the handler if a handshake is in progress,
otherwise passes on transparently.
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpProxyRequest.checkRequiredProperties(java.lang.String... propNames)
Check if the given property(ies) is(are) set.
|
void |
HttpSmartProxyHandler.doHandshake(IoFilter.NextFilter nextFilter)
Performs the handshake processing.
|
abstract void |
AbstractAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Method called at each step of the handshaking process.
|
static AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(int method,
ProxyIoSession proxyIoSession)
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
Creates an
AbstractAuthLogicHandler to handle the authentication mechanism. |
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 |
AbstractHttpLogicHandler.messageReceived(IoFilter.NextFilter nextFilter,
IoBuffer buf)
Handles incoming data during the handshake process.
|
protected void |
AbstractAuthLogicHandler.writeRequest(IoFilter.NextFilter nextFilter,
HttpProxyRequest request)
Sends an HTTP request.
|
构造器和说明 |
---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
Instantiates a handler for the given proxy session.
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpNoAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Method called at each step of the handshaking process.
|
void |
HttpBasicAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Method called at each step of the handshaking process.
|
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.
|
构造器和说明 |
---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpBasicAuthLogicHandler
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNoAuthLogicHandler
|
限定符和类型 | 方法和说明 |
---|---|
void |
HttpDigestAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter) |
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response) |
构造器和说明 |
---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpNTLMAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Method called at each step of the handshaking process.
|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server.
|
构造器和说明 |
---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
Build an HttpNTLMAuthLogicHandler
|