Uses of Interface
io.vertx.reactivex.core.http.HttpResponseHead
-
Packages that use HttpResponseHead Package Description io.vertx.reactivex.core.http io.vertx.reactivex.ext.web.client -
-
Uses of HttpResponseHead in io.vertx.reactivex.core.http
Classes in io.vertx.reactivex.core.http that implement HttpResponseHead Modifier and Type Class Description class
HttpClientResponse
Represents a client-side HTTP response.Methods in io.vertx.reactivex.core.http that return HttpResponseHead Modifier and Type Method Description static HttpResponseHead
HttpResponseHead. newInstance(HttpResponseHead arg)
-
Uses of HttpResponseHead in io.vertx.reactivex.ext.web.client
Classes in io.vertx.reactivex.ext.web.client that implement HttpResponseHead Modifier and Type Class Description class
HttpResponse<T>
An HTTP response.
-