Uses of Class
io.hyperfoil.http.api.HttpVersion
-
Packages that use HttpVersion Package Description io.hyperfoil.http.api io.hyperfoil.http.config -
-
Uses of HttpVersion in io.hyperfoil.http.api
Fields in io.hyperfoil.http.api declared as HttpVersion Modifier and Type Field Description static HttpVersion[]HttpVersion. ALL_VERSIONSMethods in io.hyperfoil.http.api that return HttpVersion Modifier and Type Method Description static HttpVersionHttpVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpVersion[]HttpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.HttpVersionHttpConnection. version() -
Uses of HttpVersion in io.hyperfoil.http.config
Methods in io.hyperfoil.http.config that return HttpVersion Modifier and Type Method Description HttpVersion[]Http. versions()Constructors in io.hyperfoil.http.config with parameters of type HttpVersion 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)
-