Uses of Class
io.hyperfoil.http.config.Http
-
Packages that use Http Package Description io.hyperfoil.http.api io.hyperfoil.http.config io.hyperfoil.http.connection -
-
Uses of Http in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return Http Modifier and Type Method Description HttpHttpClientPool. config()HttpHttpConnection. config() -
Uses of Http in io.hyperfoil.http.config
Methods in io.hyperfoil.http.config that return Http Modifier and Type Method Description HttpHttpBuilder. build(boolean isDefault)HttpHttpPluginConfig. defaultHttp()Methods in io.hyperfoil.http.config that return types with arguments of type Http Modifier and Type Method Description java.util.Map<java.lang.String,Http>HttpPluginConfig. http()Constructor parameters in io.hyperfoil.http.config with type arguments of type Http Constructor Description HttpPluginConfig(java.util.Map<java.lang.String,Http> http) -
Uses of Http in io.hyperfoil.http.connection
Methods in io.hyperfoil.http.connection that return Http Modifier and Type Method Description HttpHttpClientPoolImpl. config()Methods in io.hyperfoil.http.connection with parameters of type Http Modifier and Type Method Description static HttpClientPoolImplHttpClientPoolImpl. forTesting(Http http, int threads)Constructors in io.hyperfoil.http.connection with parameters of type Http Constructor Description HttpClientPoolImpl(Http http, io.netty.channel.EventLoop[] executors, io.hyperfoil.api.config.Benchmark benchmark, int agentId)
-