Uses of Interface
io.vertx.core.http.HttpHeaders
-
Packages that use HttpHeaders Package Description io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of HttpHeaders in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpHeaders Modifier and Type Method Description HttpHeaders
HttpHeaders. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type HttpHeaders Modifier and Type Method Description static HttpHeaders
HttpHeaders. newInstance(HttpHeaders arg)
Constructors in io.vertx.reactivex.core.http with parameters of type HttpHeaders Constructor Description HttpHeaders(HttpHeaders delegate)
-
Uses of HttpHeaders in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpHeaders Modifier and Type Method Description HttpHeaders
HttpHeaders. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type HttpHeaders Modifier and Type Method Description static HttpHeaders
HttpHeaders. newInstance(HttpHeaders arg)
Constructors in io.vertx.rxjava3.core.http with parameters of type HttpHeaders Constructor Description HttpHeaders(HttpHeaders delegate)
-