Package io.gatling.http.client.proxy
Class ProxyServer
java.lang.Object
io.gatling.http.client.proxy.ProxyServer
- Direct Known Subclasses:
HttpProxyServer
,SocksProxyServer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InetSocketAddress
protected final String
protected final int
protected final BasicRealm
-
Method Summary
-
Field Details
-
host
-
port
protected final int port -
realm
-
address
-
-
Method Details
-
getHost
-
getPort
public int getPort() -
getAddress
-
newProxyHandler
public abstract io.netty.handler.proxy.ProxyHandler newProxyHandler()
-