Uses of Interface
io.hyperfoil.http.api.HttpConnectionPool
-
Packages that use HttpConnectionPool Package Description io.hyperfoil.http.api io.hyperfoil.http.connection -
-
Uses of HttpConnectionPool in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return HttpConnectionPool Modifier and Type Method Description HttpConnectionPoolHttpClientPool. connectionPool(io.netty.util.concurrent.EventExecutor executor)HttpConnectionPoolHttpDestinationTable. getConnectionPoolByAuthority(java.lang.String authority)HttpConnectionPoolHttpDestinationTable. getConnectionPoolByName(java.lang.String endpoint)HttpConnectionPoolHttpClientPool. next()HttpConnectionPoolHttpConnection. pool()Methods in io.hyperfoil.http.api with parameters of type HttpConnectionPool Modifier and Type Method Description voidHttpConnection. attach(HttpConnectionPool pool)voidHttpRequest. start(HttpConnectionPool pool, HttpResponseHandlers handlers, io.hyperfoil.api.session.SequenceInstance sequence, io.hyperfoil.api.statistics.Statistics statistics) -
Uses of HttpConnectionPool in io.hyperfoil.http.connection
Classes in io.hyperfoil.http.connection that implement HttpConnectionPool Modifier and Type Class Description classSessionConnectionPoolMethods in io.hyperfoil.http.connection that return HttpConnectionPool Modifier and Type Method Description HttpConnectionPoolHttpClientPoolImpl. connectionPool(io.netty.util.concurrent.EventExecutor executor)HttpConnectionPoolHttpDestinationTableImpl. getConnectionPoolByAuthority(java.lang.String authority)HttpConnectionPoolHttpDestinationTableImpl. getConnectionPoolByName(java.lang.String endpoint)HttpConnectionPoolHttpClientPoolImpl. next()Methods in io.hyperfoil.http.connection that return types with arguments of type HttpConnectionPool Modifier and Type Method Description java.lang.Iterable<java.util.Map.Entry<java.lang.String,HttpConnectionPool>>HttpDestinationTableImpl. iterable()Constructors in io.hyperfoil.http.connection with parameters of type HttpConnectionPool Constructor Description SessionConnectionPool(HttpConnectionPool shared, int capacity)Constructor parameters in io.hyperfoil.http.connection with type arguments of type HttpConnectionPool Constructor Description HttpDestinationTableImpl(HttpDestinationTable other, java.util.function.Function<HttpConnectionPool,HttpConnectionPool> replacePool)HttpDestinationTableImpl(HttpDestinationTable other, java.util.function.Function<HttpConnectionPool,HttpConnectionPool> replacePool)HttpDestinationTableImpl(java.util.Map<java.lang.String,HttpConnectionPool> byAuthority)
-