Uses of Class
io.hyperfoil.http.config.Http.TrustManager
-
Packages that use Http.TrustManager Package Description io.hyperfoil.http.config -
-
Uses of Http.TrustManager in io.hyperfoil.http.config
Methods in io.hyperfoil.http.config that return Http.TrustManager Modifier and Type Method Description Http.TrustManagerHttpBuilder.TrustManagerBuilder. build()Http.TrustManagerHttp. trustManager()Constructors in io.hyperfoil.http.config with parameters of type Http.TrustManager Constructor Description Http(java.lang.String name, boolean isDefault, java.lang.String originalDestination, Protocol protocol, java.lang.String host, int port, java.lang.String[] addresses, HttpVersion[] versions, int maxHttp2Streams, int pipeliningLimit, ConnectionPoolConfig sharedConnections, boolean directHttp2, long requestTimeout, boolean rawBytesHandlers, Http.KeyManager keyManager, Http.TrustManager trustManager, ConnectionStrategy connectionStrategy)
-