Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ProxyFilter.messageReceived(IoFilter.NextFilter nextFilter,
IoSession session,
Object message) |
Receives data from the remote host, passes to the handler if a handshake is in progress,
otherwise passes on transparently.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpProxyRequest.checkRequiredProperties(String... propNames) |
Check if the given property(ies) is(are) set.
|
abstract void |
AbstractAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter) |
Method called at each step of the handshaking process.
|
void |
HttpSmartProxyHandler.doHandshake(IoFilter.NextFilter nextFilter) |
Performs the handshake processing.
|
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. |
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.
|
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.
|
Constructor | Description |
---|---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession) |
Instantiates a handler for the given proxy session.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpBasicAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter) |
Method called at each step of the handshaking process.
|
void |
HttpNoAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter) |
Method called at each step of the handshaking process.
|
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.
|
Constructor | Description |
---|---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession) |
Build an HttpBasicAuthLogicHandler
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession) |
Build an HttpNoAuthLogicHandler
|
Modifier and Type | Method | Description |
---|---|---|
void |
HttpDigestAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter) |
|
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response) |
Constructor | Description |
---|---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession) |
Build an HttpNTLMAuthLogicHandler
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.