Uses of Class
io.vertx.reactivex.ext.web.client.HttpResponse
-
Packages that use HttpResponse Package Description io.vertx.reactivex.ext.web.client io.vertx.reactivex.ext.web.client.predicate -
-
Uses of HttpResponse in io.vertx.reactivex.ext.web.client
Fields in io.vertx.reactivex.ext.web.client with type parameters of type HttpResponse Modifier and Type Field Description static TypeArg<HttpResponse>HttpResponse. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.client that return HttpResponse Modifier and Type Method Description static <T> HttpResponse<T>HttpResponse. newInstance(io.vertx.ext.web.client.HttpResponse arg)static <T> HttpResponse<T>HttpResponse. newInstance(io.vertx.ext.web.client.HttpResponse arg, TypeArg<T> __typeArg_T)Methods in io.vertx.reactivex.ext.web.client that return types with arguments of type HttpResponse Modifier and Type Method Description io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSend()Send a request, thehandlerwill receive the response as anHttpResponse.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendBuffer(Buffer body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodybuffer.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendForm(MultiMap body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendForm(MultiMap body, String charset)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendJson(Object body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendJsonObject(io.vertx.core.json.JsonObject body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendMultipartForm(MultipartForm body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendStream(io.reactivex.Flowable<Buffer> body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodystream.io.reactivex.Single<HttpResponse<T>>HttpRequest. rxSendStream(ReadStream<Buffer> body)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodystream.Method parameters in io.vertx.reactivex.ext.web.client with type arguments of type HttpResponse Modifier and Type Method Description HttpRequest<T>HttpRequest. expect(Function<HttpResponse<Void>,ResponsePredicateResult> predicate)Deprecated.voidHttpRequest. send(io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)Send a request, thehandlerwill receive the response as anHttpResponse.voidHttpRequest. sendBuffer(Buffer body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodybuffer.voidHttpRequest. sendForm(MultiMap body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.voidHttpRequest. sendForm(MultiMap body, String charset, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set toapplication/x-www-form-urlencoded.voidHttpRequest. sendJson(Object body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.voidHttpRequest. sendJsonObject(io.vertx.core.json.JsonObject body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodyobject encoded as json and the content type set toapplication/json.voidHttpRequest. sendMultipartForm(MultipartForm body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.voidHttpRequest. sendStream(io.reactivex.Flowable<Buffer> body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodystream.voidHttpRequest. sendStream(ReadStream<Buffer> body, io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpResponse<T>>> handler)LikeHttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>)but with an HTTP requestbodystream. -
Uses of HttpResponse in io.vertx.reactivex.ext.web.client.predicate
Methods in io.vertx.reactivex.ext.web.client.predicate that return HttpResponse Modifier and Type Method Description HttpResponse<Buffer>ResponsePredicateResult. response()Deprecated.Methods in io.vertx.reactivex.ext.web.client.predicate with parameters of type HttpResponse Modifier and Type Method Description ResponsePredicateResultResponsePredicate. apply(HttpResponse<Void> in)Method parameters in io.vertx.reactivex.ext.web.client.predicate with type arguments of type HttpResponse Modifier and Type Method Description static ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test)Deprecated.static ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter)Deprecated.
-