Uses of Interface
io.hyperfoil.http.api.HttpConnection
-
Packages that use HttpConnection Package Description io.hyperfoil.http.api io.hyperfoil.http.connection -
-
Uses of HttpConnection in io.hyperfoil.http.api
Methods in io.hyperfoil.http.api that return HttpConnection Modifier and Type Method Description HttpConnectionHttpRequest. connection()HttpConnectionHttpRequestWriter. connection()Methods in io.hyperfoil.http.api that return types with arguments of type HttpConnection Modifier and Type Method Description java.util.Collection<? extends HttpConnection>HttpConnectionPool. connections()Methods in io.hyperfoil.http.api with parameters of type HttpConnection Modifier and Type Method Description voidConnectionConsumer. accept(HttpConnection connection)voidHttpConnectionPool. afterRequestSent(HttpConnection connection)voidHttpConnectionPool. release(HttpConnection connection, boolean becameAvailable, boolean afterRequest)voidHttpRequest. send(HttpConnection connection, java.util.function.BiConsumer<io.hyperfoil.api.session.Session,HttpRequestWriter>[] headerAppenders, boolean injectHostHeader, java.util.function.BiFunction<io.hyperfoil.api.session.Session,io.hyperfoil.api.connection.Connection,io.netty.buffer.ByteBuf> bodyGenerator) -
Uses of HttpConnection in io.hyperfoil.http.connection
Fields in io.hyperfoil.http.connection declared as HttpConnection Modifier and Type Field Description protected HttpConnectionBaseResponseHandler. connectionMethods in io.hyperfoil.http.connection that return types with arguments of type HttpConnection Modifier and Type Method Description java.util.Collection<? extends HttpConnection>SessionConnectionPool. connections()Methods in io.hyperfoil.http.connection with parameters of type HttpConnection Modifier and Type Method Description voidSessionConnectionPool. afterRequestSent(HttpConnection connection)voidSessionConnectionPool. release(HttpConnection connection, boolean becameAvailable, boolean afterRequest)Constructors in io.hyperfoil.http.connection with parameters of type HttpConnection Constructor Description BaseResponseHandler(HttpConnection connection)RawRequestHandler(HttpConnection connection)
-