Uses of Class
io.vertx.rxjava3.core.http.HttpClientAgent
Packages that use HttpClientAgent
-
Uses of HttpClientAgent in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return HttpClientAgentModifier and TypeMethodDescriptionVertx.createHttpClient()Create a HTTP/HTTPS client using default optionsVertx.createHttpClient(HttpClientConfig config) Create an HTTP/HTTPS client using the specified configVertx.createHttpClient(HttpClientConfig clientConfig, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client and pool optionsVertx.createHttpClient(HttpClientConfig clientConfig, ClientSSLOptions sslOptions) Create a HTTP/HTTPS client using the specified client and ssl optionsVertx.createHttpClient(HttpClientConfig clientConfig, ClientSSLOptions sslOptions, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client, ssl options and pool optionsVertx.createHttpClient(HttpClientOptions clientOptions) Create a HTTP/HTTPS client using the specified client optionsVertx.createHttpClient(HttpClientOptions clientOptions, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client and pool optionsVertx.createHttpClient(PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified pool options -
Uses of HttpClientAgent in io.vertx.rxjava3.core.http
Fields in io.vertx.rxjava3.core.http with type parameters of type HttpClientAgentModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HttpClientAgent> HttpClientAgent.__TYPE_ARGMethods in io.vertx.rxjava3.core.http that return HttpClientAgentModifier and TypeMethodDescriptionHttpClientBuilder.build()Build and return the client.static HttpClientAgentHttpClientAgent.newInstance(HttpClientAgent arg)