Package io.gatling.http.client.proxy
Class HttpProxyServer
java.lang.Object
io.gatling.http.client.proxy.ProxyServer
io.gatling.http.client.proxy.HttpProxyServer
-
Field Summary
Fields inherited from class io.gatling.http.client.proxy.ProxyServer
address, host, port, realm
-
Constructor Summary
ConstructorsConstructorDescriptionHttpProxyServer
(String host, int port, BasicRealm realm, boolean secured, io.netty.handler.codec.http.HttpHeaders connectHeaders) -
Method Summary
Methods inherited from class io.gatling.http.client.proxy.ProxyServer
getAddress, getHost, getPort
-
Constructor Details
-
HttpProxyServer
public HttpProxyServer(String host, int port, BasicRealm realm, boolean secured, io.netty.handler.codec.http.HttpHeaders connectHeaders) throws UnknownHostException - Throws:
UnknownHostException
-
-
Method Details
-
isSecured
public boolean isSecured() -
getRealm
-
newProxyHandler
public io.netty.handler.proxy.ProxyHandler newProxyHandler()- Specified by:
newProxyHandler
in classProxyServer
-
toString
-