Class HttpBasicAuthLogicHandler

java.lang.Object
org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler

public class HttpBasicAuthLogicHandler extends AbstractAuthLogicHandler
HttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.
Since:
MINA 2.0.0-M3
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • HttpBasicAuthLogicHandler

      public HttpBasicAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
      Build an HttpBasicAuthLogicHandler
      Parameters:
      proxyIoSession - The proxy session
      Throws:
      ProxyAuthException - If we had a probelm during the proxy authentication
  • Method Details