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