Uses of Class
io.vertx.reactivex.core.http.HttpClientAgent
-
Packages that use HttpClientAgent Package Description io.vertx.reactivex.core io.vertx.reactivex.core.http -
-
Uses of HttpClientAgent in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return HttpClientAgent Modifier and Type Method Description HttpClientAgent
Vertx. createHttpClient()
Create a HTTP/HTTPS client using default optionsHttpClientAgent
Vertx. createHttpClient(HttpClientOptions clientOptions)
Create a HTTP/HTTPS client using the specified client optionsHttpClientAgent
Vertx. createHttpClient(HttpClientOptions clientOptions, PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified client and pool optionsHttpClientAgent
Vertx. createHttpClient(PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified pool options -
Uses of HttpClientAgent in io.vertx.reactivex.core.http
Fields in io.vertx.reactivex.core.http with type parameters of type HttpClientAgent Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<HttpClientAgent>
HttpClientAgent. __TYPE_ARG
Methods in io.vertx.reactivex.core.http that return HttpClientAgent Modifier and Type Method Description HttpClientAgent
HttpClientBuilder. build()
Build and return the client.static HttpClientAgent
HttpClientAgent. newInstance(HttpClientAgent arg)
-