|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
public class HttpNoAuthLogicHandler
HttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler.
Field Summary |
---|
Fields inherited from class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler |
---|
proxyIoSession, request, step |
Constructor Summary | |
---|---|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Method Summary | |
---|---|
void |
doHandshake(IoFilter.NextFilter nextFilter)
Method called at each step of the handshaking process. |
void |
handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server. |
Methods inherited from class org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler |
---|
addKeepAliveHeaders, writeRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
ProxyAuthException
Method Detail |
---|
public void doHandshake(IoFilter.NextFilter nextFilter) throws ProxyAuthException
doHandshake
in class AbstractAuthLogicHandler
nextFilter
- the next filter
ProxyAuthException
public void handleResponse(HttpProxyResponse response) throws ProxyAuthException
handleResponse
in class AbstractAuthLogicHandler
response
- The HTTP response.
ProxyAuthException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |