Uses of Interface
io.vertx.core.http.HttpClientConnection
Packages that use HttpClientConnection
-
Uses of HttpClientConnection in io.vertx.core.http
Methods in io.vertx.core.http that return types with arguments of type HttpClientConnectionModifier and TypeMethodDescriptionHttpClientAgent.connect(HttpConnectOptions options) Connect to a remote HTTP server with the specificoptions, the connection is un-pooled and the management of the connection is left to the user. -
Uses of HttpClientConnection in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpClientConnectionMethods in io.vertx.reactivex.core.http with parameters of type HttpClientConnectionModifier and TypeMethodDescriptionstatic HttpClientConnectionHttpClientConnection.newInstance(HttpClientConnection arg) Constructors in io.vertx.reactivex.core.http with parameters of type HttpClientConnection -
Uses of HttpClientConnection in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpClientConnectionMethods in io.vertx.rxjava3.core.http with parameters of type HttpClientConnectionModifier and TypeMethodDescriptionstatic HttpClientConnectionHttpClientConnection.newInstance(HttpClientConnection arg) Constructors in io.vertx.rxjava3.core.http with parameters of type HttpClientConnection