Class ProxyServer

java.lang.Object
io.gatling.http.client.proxy.ProxyServer
Direct Known Subclasses:
HttpProxyServer, SocksProxyServer

public abstract class ProxyServer extends Object
  • Field Details

  • Method Details

    • getHost

      public String getHost()
    • getPort

      public int getPort()
    • getAddress

      public InetSocketAddress getAddress()
    • newProxyHandler

      public abstract io.netty.handler.proxy.ProxyHandler newProxyHandler()