Uses of Class
io.vertx.rxjava3.ext.web.client.HttpResponse
Packages that use HttpResponse
-
Uses of HttpResponse in io.vertx.rxjava3.ext.web.client
Fields in io.vertx.rxjava3.ext.web.client with type parameters of type HttpResponseModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<HttpResponse> HttpResponse.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.client that return 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) Methods in io.vertx.rxjava3.ext.web.client that return types with arguments of type HttpResponseModifier and TypeMethodDescriptionHttpRequest.rxSend()Send a request, thehandlerwill receive the response as anHttpResponse.HttpRequest.rxSendBuffer(Buffer body) LikeHttpRequest.send()but with an HTTP requestbodybuffer.HttpRequest.rxSendForm(MultiMap body) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.HttpRequest.rxSendForm(MultiMap body, String charset) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.HttpRequest.rxSendJson(Object body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.rxSendJsonObject(JsonObject body) LikeHttpRequest.send()but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.HttpRequest.rxSendMultipartForm(MultipartForm body) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.HttpRequest.rxSendStream(Flowable<Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream.HttpRequest.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(Flowable<Buffer> body) LikeHttpRequest.send()but with an HTTP requestbodystream.