Uses of Class
org.apache.mina.proxy.ProxyAuthException
Packages that use ProxyAuthException
Package
Description
-
Uses of ProxyAuthException in org.apache.mina.proxy
Methods in org.apache.mina.proxy that throw ProxyAuthExceptionModifier and TypeMethodDescriptionvoidProxyLogicHandler.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 ProxyAuthExceptionModifier and TypeMethodDescriptionvoidProxyFilter.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 ProxyAuthExceptionModifier and TypeMethodDescriptionprivate voidHttpSmartProxyHandler.autoSelectAuthHandler(HttpProxyResponse response) Automatic selection of the authentication algorithm.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.HttpAuthenticationMethods.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 ProxyAuthExceptionModifierConstructorDescriptionprotectedAbstractAuthLogicHandler(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 ProxyAuthExceptionModifier and TypeMethodDescriptionvoidHttpBasicAuthLogicHandler.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 ProxyAuthExceptionModifierConstructorDescriptionHttpBasicAuthLogicHandler(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 ProxyAuthExceptionModifier and TypeMethodDescriptionvoidHttpDigestAuthLogicHandler.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 ProxyAuthExceptionModifierConstructorDescriptionHttpDigestAuthLogicHandler(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 ProxyAuthExceptionModifier and TypeMethodDescriptionvoidHttpNTLMAuthLogicHandler.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 ProxyAuthExceptionModifierConstructorDescriptionHttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession) Build an HttpNTLMAuthLogicHandler