Uses of Class
io.vertx.core.http.HttpConnectOptions
Packages that use HttpConnectOptions
-
Uses of HttpConnectOptions in io.vertx.core.http
Subclasses of HttpConnectOptions in io.vertx.core.httpModifier and TypeClassDescriptionclassOptions describing how anHttpClientwill connect to make a request.classOptions describing how anHttpClientconnect aWebSocket.Methods in io.vertx.core.http that return HttpConnectOptionsModifier and TypeMethodDescriptionHttpConnectOptions.setConnectTimeout(long timeout) Sets the amount of time after which, if the request is not obtained from the client within the timeout period, theFuture<HttpClientRequest>obtained from the client is failed with aTimeoutException.Set the host name to be used by the client request.Set the port to be used by the client request.HttpConnectOptions.setProtocolVersion(HttpVersion protocolVersion) Set the desired HTTP protocol version for this connection.HttpConnectOptions.setProxyOptions(ProxyOptions proxyOptions) Override theHttpClientOptions.setProxyOptions(ProxyOptions)proxy options for connections.Set the server address to be used by the client request.Set whether SSL/TLS is enabled.HttpConnectOptions.setSslOptions(ClientSSLOptions sslOptions) Set the SSL options to use.Methods in io.vertx.core.http with parameters of type HttpConnectOptionsModifier 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.Constructors in io.vertx.core.http with parameters of type HttpConnectOptions -
Uses of HttpConnectOptions in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http with parameters of type HttpConnectOptionsModifier 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.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. -
Uses of HttpConnectOptions in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http with parameters of type HttpConnectOptionsModifier 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.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.