public class HttpSmartProxyHandler extends AbstractHttpLogicHandler
Constructor and Description |
---|
HttpSmartProxyHandler(ProxyIoSession proxyIoSession) |
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, writeRequest
closeSession, closeSession, enqueueWriteRequest, flushPendingWriteRequests, getProxyFilter, getProxyIoSession, getSession, isHandshakeComplete, setHandshakeComplete, writeData
public 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 AbstractHttpLogicHandler
response
- The proxy response.ProxyAuthException
- If we get an error during the proxy authenticationCopyright © 2004–2016 Apache MINA Project. All rights reserved.