Uses of Interface
io.vertx.core.http.HttpClientAgent
Packages that use HttpClientAgent
Package
Description
-
Uses of HttpClientAgent in io.vertx.core
Methods in io.vertx.core that return HttpClientAgentModifier and TypeMethodDescriptiondefault HttpClientAgentVertx.createHttpClient()Create a HTTP/HTTPS client using default optionsdefault HttpClientAgentVertx.createHttpClient(HttpClientConfig config) Create an HTTP/HTTPS client using the specified configdefault HttpClientAgentVertx.createHttpClient(HttpClientConfig clientConfig, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client and pool optionsdefault HttpClientAgentVertx.createHttpClient(HttpClientConfig clientConfig, ClientSSLOptions sslOptions) Create a HTTP/HTTPS client using the specified client and ssl optionsdefault HttpClientAgentVertx.createHttpClient(HttpClientConfig clientConfig, ClientSSLOptions sslOptions, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client, ssl options and pool optionsdefault HttpClientAgentVertx.createHttpClient(HttpClientOptions clientOptions) Create a HTTP/HTTPS client using the specified client optionsdefault HttpClientAgentVertx.createHttpClient(HttpClientOptions clientOptions, PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified client and pool optionsdefault HttpClientAgentVertx.createHttpClient(PoolOptions poolOptions) Create a HTTP/HTTPS client using the specified pool options -
Uses of HttpClientAgent in io.vertx.core.http
Methods in io.vertx.core.http that return HttpClientAgent -
Uses of HttpClientAgent in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpClientAgentMethods in io.vertx.reactivex.core.http with parameters of type HttpClientAgentModifier and TypeMethodDescriptionstatic HttpClientAgentHttpClientAgent.newInstance(HttpClientAgent arg) Constructors in io.vertx.reactivex.core.http with parameters of type HttpClientAgent -
Uses of HttpClientAgent in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpClientAgentMethods in io.vertx.rxjava3.core.http with parameters of type HttpClientAgentModifier and TypeMethodDescriptionstatic HttpClientAgentHttpClientAgent.newInstance(HttpClientAgent arg) Constructors in io.vertx.rxjava3.core.http with parameters of type HttpClientAgent