Uses of Interface
io.vertx.core.http.HttpClientAgent
-
Packages that use HttpClientAgent Package Description io.vertx.core io.vertx.core.http -
-
Uses of HttpClientAgent in io.vertx.core
Methods in io.vertx.core that return HttpClientAgent Modifier and Type Method Description default HttpClientAgentVertx. createHttpClient()Create a HTTP/HTTPS client using default 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 Modifier and Type Method Description HttpClientAgentHttpClientBuilder. build()Build and return the client.
-