Uses of Interface
io.vertx.ext.web.client.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionHttpRequest.send()Send a request, thehandlerwill receive the response as anHttpResponse.HttpRequest.sendBuffer(Buffer body) LikeHttpRequest.send()but with an HTTP requestbodybuffer.LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.sendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.sendMultipartForm(MultipartForm body) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.HttpRequest.sendStream(ReadStream<Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream. -
Uses of HttpResponse in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client that return HttpResponseMethods in io.vertx.reactivex.ext.web.client with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic <T> HttpResponse<T> HttpResponse.newInstance(HttpResponse arg) static <T> HttpResponse<T> HttpResponse.newInstance(HttpResponse arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.reactivex.ext.web.client with parameters of type HttpResponse -
Uses of HttpResponse in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.ext.web.client that return HttpResponseMethods in io.vertx.rxjava3.ext.web.client with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic <T> HttpResponse<T> HttpResponse.newInstance(HttpResponse arg) static <T> HttpResponse<T> HttpResponse.newInstance(HttpResponse arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) Constructors in io.vertx.rxjava3.ext.web.client with parameters of type HttpResponse