public class HttpSmartProxyHandler extends AbstractHttpLogicHandler
| Constructor and Description |
|---|
HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
Creates a new HttpSmartProxyHandler instance
|
| Modifier and Type | Method and 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)
proxyIoSession - The Prowxy IoSessionpublic 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–2024 Apache MINA Project. All rights reserved.