ProxyLogicHandlerpublic class HttpSmartProxyHandler extends AbstractHttpLogicHandler
| Constructor | Description |
|---|---|
HttpSmartProxyHandler(ProxyIoSession proxyIoSession) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doHandshake(IoFilter.NextFilter nextFilter) |
Performs the handshake processing.
|
void |
handleResponse(HttpProxyResponse response) |
Handle a HTTP response from the proxy server.
|
decodeResponse, messageReceived, writeRequestcloseSession, closeSession, enqueueWriteRequest, flushPendingWriteRequests, getProxyFilter, getProxyIoSession, getSession, isHandshakeComplete, setHandshakeComplete, writeDatapublic HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
public void doHandshake(IoFilter.NextFilter nextFilter) throws ProxyAuthException
nextFilter - the next filterProxyAuthException - if authentication failspublic void handleResponse(HttpProxyResponse response) throws ProxyAuthException
handleResponse in class AbstractHttpLogicHandlerresponse - The proxy response.ProxyAuthException - If we get an error during the proxy authenticationCopyright © 2004–2018 Apache MINA Project. All rights reserved.