|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProxyAuthException in org.apache.mina.proxy |
---|
Methods in org.apache.mina.proxy that throw ProxyAuthException | |
---|---|
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. |
Uses of ProxyAuthException in org.apache.mina.proxy.filter |
---|
Methods in org.apache.mina.proxy.filter that throw ProxyAuthException | |
---|---|
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. |
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http |
---|
Methods in org.apache.mina.proxy.handlers.http that throw ProxyAuthException | |
---|---|
void |
HttpProxyRequest.checkRequiredProperty(String propertyName)
Check if the property is set otherwise throw a ProxyAuthException . |
void |
HttpSmartProxyHandler.doHandshake(IoFilter.NextFilter nextFilter)
Perform any handshaking processing. |
abstract void |
AbstractAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
Called on each step of the handshaking process. |
AbstractAuthLogicHandler |
HttpAuthenticationMethods.getNewHandler(ProxyIoSession proxyIoSession)
Creates an AbstractAuthLogicHandler to handle this authentication mechanism. |
abstract void |
AbstractHttpLogicHandler.handleResponse(HttpProxyResponse response)
Handle a HTTP response from the proxy server. |
void |
HttpSmartProxyHandler.handleResponse(HttpProxyResponse response)
Handle a HTTP response from the proxy server. |
abstract void |
AbstractAuthLogicHandler.handleResponse(HttpProxyResponse response)
Handles a HTTP response from the proxy server. |
void |
AbstractHttpLogicHandler.messageReceived(IoFilter.NextFilter nextFilter,
IoBuffer buf)
Handle incoming data during the handshake process. |
void |
AbstractHttpLogicHandler.writeRequest(IoFilter.NextFilter nextFilter,
HttpProxyRequest request)
Calls #writeRequest0(NextFilter, HttpProxyRequest) to write the request. |
protected void |
AbstractAuthLogicHandler.writeRequest(IoFilter.NextFilter nextFilter,
HttpProxyRequest request)
|
Constructors in org.apache.mina.proxy.handlers.http that throw ProxyAuthException | |
---|---|
AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.basic |
---|
Methods in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException | |
---|---|
void |
HttpBasicAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
|
void |
HttpNoAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
|
void |
HttpBasicAuthLogicHandler.handleResponse(HttpProxyResponse response)
|
void |
HttpNoAuthLogicHandler.handleResponse(HttpProxyResponse response)
|
Constructors in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException | |
---|---|
HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
HttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.digest |
---|
Methods in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException | |
---|---|
void |
HttpDigestAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
|
void |
HttpDigestAuthLogicHandler.handleResponse(HttpProxyResponse response)
|
Constructors in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException | |
---|---|
HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)
|
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.ntlm |
---|
Methods in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException | |
---|---|
void |
HttpNTLMAuthLogicHandler.doHandshake(IoFilter.NextFilter nextFilter)
|
void |
HttpNTLMAuthLogicHandler.handleResponse(HttpProxyResponse response)
|
Constructors in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException | |
---|---|
HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |