![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.api.connection.HttpDestinationTable Maven / Gradle / Ivy
package io.hyperfoil.api.connection;
/**
* Manages all {@link HttpConnectionPool http connection pools} for sessions in single executor.
*/
public interface HttpDestinationTable {
HttpConnectionPool getConnectionPool(String authority);
String[] authorities();
byte[][] authorityBytes();
void onSessionReset();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy