Uses of Class
org.apache.mina.proxy.ProxyAuthException
-
-
Uses of ProxyAuthException in org.apache.mina.proxy
Methods in org.apache.mina.proxy that throw ProxyAuthException Modifier and Type Method Description voidProxyLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Called at each step of the handshake procedure.voidProxyLogicHandler. 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 Modifier and Type Method Description voidProxyFilter. 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 Modifier and Type Method Description voidHttpProxyRequest. checkRequiredProperties(String... propNames)Check if the given property(ies) is(are) set.abstract voidAbstractAuthLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Method called at each step of the handshaking process.voidHttpSmartProxyHandler. doHandshake(IoFilter.NextFilter nextFilter)Performs the handshake processing.static AbstractAuthLogicHandlerHttpAuthenticationMethods. getNewHandler(int method, ProxyIoSession proxyIoSession)Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.AbstractAuthLogicHandlerHttpAuthenticationMethods. getNewHandler(ProxyIoSession proxyIoSession)Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.abstract voidAbstractAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.abstract voidAbstractHttpLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.voidHttpSmartProxyHandler. handleResponse(HttpProxyResponse response)Handle a HTTP response from the proxy server.voidAbstractHttpLogicHandler. messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf)Handles incoming data during the handshake process.protected voidAbstractAuthLogicHandler. writeRequest(IoFilter.NextFilter nextFilter, HttpProxyRequest request)Sends an HTTP request.Constructors in org.apache.mina.proxy.handlers.http that throw ProxyAuthException Constructor Description AbstractAuthLogicHandler(ProxyIoSession proxyIoSession)Instantiates a handler for the given proxy session. -
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.basic
Methods in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException Modifier and Type Method Description voidHttpBasicAuthLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Method called at each step of the handshaking process.voidHttpNoAuthLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Method called at each step of the handshaking process.voidHttpBasicAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.voidHttpNoAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.Constructors in org.apache.mina.proxy.handlers.http.basic that throw ProxyAuthException Constructor Description HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession)Build an HttpBasicAuthLogicHandlerHttpNoAuthLogicHandler(ProxyIoSession proxyIoSession)Build an HttpNoAuthLogicHandler -
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.digest
Methods in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException Modifier and Type Method Description voidHttpDigestAuthLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Method called at each step of the handshaking process.voidHttpDigestAuthLogicHandler. handleResponse(HttpProxyResponse response)Constructors in org.apache.mina.proxy.handlers.http.digest that throw ProxyAuthException Constructor Description HttpDigestAuthLogicHandler(ProxyIoSession proxyIoSession)Creates a new HttpDigestAuthLogicHandler instance -
Uses of ProxyAuthException in org.apache.mina.proxy.handlers.http.ntlm
Methods in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException Modifier and Type Method Description voidHttpNTLMAuthLogicHandler. doHandshake(IoFilter.NextFilter nextFilter)Method called at each step of the handshaking process.voidHttpNTLMAuthLogicHandler. handleResponse(HttpProxyResponse response)Handles a HTTP response from the proxy server.Constructors in org.apache.mina.proxy.handlers.http.ntlm that throw ProxyAuthException Constructor Description HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession)Build an HttpNTLMAuthLogicHandler
-