Uses of Class
io.vertx.mutiny.core.http.HttpClientConnection
Packages that use HttpClientConnection
-
Uses of HttpClientConnection in io.vertx.mutiny.core.http
Fields in io.vertx.mutiny.core.http with type parameters of type HttpClientConnectionModifier and TypeFieldDescriptionstatic final TypeArg<HttpClientConnection>HttpClientConnection.__TYPE_ARGMethods in io.vertx.mutiny.core.http that return HttpClientConnectionModifier and TypeMethodDescriptionHttpClientConnection.closeAndForget()Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.HttpClientAgent.connectAndAwait(io.vertx.core.http.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.static HttpClientConnectionHttpClientConnection.newInstance(io.vertx.core.http.HttpClientConnection delegate) Creates a new instance of theHttpClientConnection.HttpClientConnection.pingAndForget(io.vertx.core.buffer.Buffer arg0) Send a PING frame to the remote endpoint.HttpClientConnection.requestAndForget()Create an HTTP request to send to the server with the default host and port of the client.HttpClientConnection.requestAndForget(io.vertx.core.http.HttpMethod arg0, int arg1, String arg2, String arg3) Create an HTTP request to send to the server at thehostandport.HttpClientConnection.requestAndForget(io.vertx.core.http.HttpMethod arg0, String arg1) Create an HTTP request to send to the server at the default host and port.HttpClientConnection.requestAndForget(io.vertx.core.http.HttpMethod arg0, String arg1, String arg2) Create an HTTP request to send to the server at thehostand default port.HttpClientConnection.requestAndForget(io.vertx.core.http.RequestOptions arg0) Create an HTTP request to send to the server.HttpClientConnection.shutdownAndForget()Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.HttpClientConnection.shutdownAndForget(long timeout, TimeUnit unit) Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.HttpClientConnection.shutdownAndForget(Duration arg0) Initiate a graceful connection shutdown, the connection is taken out of service and closed when all the inflight requests are processed, otherwise after atimeoutthe connection will be closed.HttpClientConnection.updateSettingsAndForget(io.vertx.core.http.HttpSettings arg0) Send to the remote endpoint an update of this endpoint settingsMethods in io.vertx.mutiny.core.http that return types with arguments of type HttpClientConnectionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpClientConnection>HttpClientAgent.connect(io.vertx.core.http.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.