Uses of Interface
io.vertx.core.http.HttpResponseHead
-
Packages that use HttpResponseHead Package Description io.vertx.core.http io.vertx.ext.web.client io.vertx.reactivex.core.http io.vertx.rxjava3.core.http -
-
Uses of HttpResponseHead in io.vertx.core.http
Subinterfaces of HttpResponseHead in io.vertx.core.http Modifier and Type Interface Description interface
HttpClientResponse
Represents a client-side HTTP response. -
Uses of HttpResponseHead in io.vertx.ext.web.client
Subinterfaces of HttpResponseHead in io.vertx.ext.web.client Modifier and Type Interface Description interface
HttpResponse<T>
An HTTP response. -
Uses of HttpResponseHead in io.vertx.reactivex.core.http
Methods in io.vertx.reactivex.core.http that return HttpResponseHead Modifier and Type Method Description HttpResponseHead
HttpResponseHead. getDelegate()
Methods in io.vertx.reactivex.core.http with parameters of type HttpResponseHead Modifier and Type Method Description static HttpResponseHead
HttpResponseHead. newInstance(HttpResponseHead arg)
-
Uses of HttpResponseHead in io.vertx.rxjava3.core.http
Methods in io.vertx.rxjava3.core.http that return HttpResponseHead Modifier and Type Method Description HttpResponseHead
HttpResponseHead. getDelegate()
Methods in io.vertx.rxjava3.core.http with parameters of type HttpResponseHead Modifier and Type Method Description static HttpResponseHead
HttpResponseHead. newInstance(HttpResponseHead arg)
-