Uses of Class
io.vertx.reactivex.core.http.HttpClientConnection
-
Packages that use HttpClientConnection Package Description io.vertx.reactivex.core.http -
-
Uses of HttpClientConnection in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type HttpClientConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HttpClientConnection>
HttpClientConnection. __TYPE_ARG
Methods in io.vertx.reactivex.core.http that return HttpClientConnection Modifier and Type Method Description static HttpClientConnection
HttpClientConnection. newInstance(HttpClientConnection arg)
Methods in io.vertx.reactivex.core.http that return types with arguments of type HttpClientConnection Modifier and Type Method Description Future<HttpClientConnection>
HttpClientAgent. 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.Single<HttpClientConnection>
HttpClientAgent. rxConnect(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.
-