Uses of Interface
io.hyperfoil.http.api.HttpDestinationTable
-
Packages that use HttpDestinationTable Package Description io.hyperfoil.http.api io.hyperfoil.http.connection -
-
Uses of HttpDestinationTable in io.hyperfoil.http.api
Fields in io.hyperfoil.http.api with type parameters of type HttpDestinationTable Modifier and Type Field Description static io.hyperfoil.api.session.Session.ResourceKey<HttpDestinationTable>HttpDestinationTable. KEYMethods in io.hyperfoil.http.api that return HttpDestinationTable Modifier and Type Method Description static HttpDestinationTableHttpDestinationTable. get(io.hyperfoil.api.session.Session session) -
Uses of HttpDestinationTable in io.hyperfoil.http.connection
Classes in io.hyperfoil.http.connection that implement HttpDestinationTable Modifier and Type Class Description classHttpDestinationTableImplConstructors in io.hyperfoil.http.connection with parameters of type HttpDestinationTable Constructor Description HttpDestinationTableImpl(HttpDestinationTable other, java.util.function.Function<HttpConnectionPool,HttpConnectionPool> replacePool)
-