Uses of Interface
io.vertx.core.http.HttpClientAgent
-
Packages that use HttpClientAgent Package Description io.vertx.core io.vertx.core.http io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of HttpClientAgent in io.vertx.core
Methods in io.vertx.core that return HttpClientAgent Modifier and Type Method Description default HttpClientAgent
Vertx. createHttpClient()
Create a HTTP/HTTPS client using default optionsdefault HttpClientAgent
Vertx. createHttpClient(HttpClientOptions clientOptions)
Create a HTTP/HTTPS client using the specified client optionsdefault HttpClientAgent
Vertx. createHttpClient(HttpClientOptions clientOptions, PoolOptions poolOptions)
Create a HTTP/HTTPS client using the specified client and pool optionsdefault HttpClientAgent
Vertx. 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 HttpClientAgent
HttpClientBuilder. build()
Build and return the client. -
Uses of HttpClientAgent in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpClientAgent Modifier and Type Method Description HttpClientAgent
HttpClientAgent. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type HttpClientAgent Modifier and Type Method Description static HttpClientAgent
HttpClientAgent. newInstance(HttpClientAgent arg)
Constructors in io.vertx.reactivex.core.http with parameters of type HttpClientAgent Constructor Description HttpClientAgent(HttpClientAgent delegate)
-
Uses of HttpClientAgent in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpClientAgent Modifier and Type Method Description HttpClientAgent
HttpClientAgent. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type HttpClientAgent Modifier and Type Method Description static HttpClientAgent
HttpClientAgent. newInstance(HttpClientAgent arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type HttpClientAgent Constructor Description HttpClientAgent(HttpClientAgent delegate)
-