Class HttpSmartProxyHandler

All Implemented Interfaces:
ProxyLogicHandler

public class HttpSmartProxyHandler extends AbstractHttpLogicHandler
HttpSmartProxyHandler.java - HTTP proxy handler that automatically handles forwarding a request to the appropriate authentication mechanism logic handler.
Since:
MINA 2.0.0-M3
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • requestSent

      private boolean requestSent
      Has the HTTP proxy request been sent ?
    • authHandler

      private AbstractAuthLogicHandler authHandler
      The automatically selected http authentication logic handler.
  • Constructor Details

    • HttpSmartProxyHandler

      public HttpSmartProxyHandler(ProxyIoSession proxyIoSession)
      Creates a new HttpSmartProxyHandler instance
      Parameters:
      proxyIoSession - The Prowxy IoSession
  • Method Details