Class ProxyHandler

java.lang.Object
robaho.net.httpserver.extras.ProxyHandler
All Implemented Interfaces:
HttpHandler

public class ProxyHandler extends Object implements HttpHandler
proxy requests to another host
  • Field Details

    • logger

      protected final Logger logger
  • Constructor Details

    • ProxyHandler

      public ProxyHandler()
    • ProxyHandler

      public ProxyHandler(ProxyHandler.HostPort defaultProxy)
  • Method Details