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(HttpResponse arg)static <T> HttpResponse<T>HttpResponse. newInstance(HttpResponse arg, TypeArg<T> __typeArg_T) -
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()The which has been tested.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)Creates a newResponsePredicate.static ResponsePredicateResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter)Creates a newResponsePredicate, using a customerrorConverter.
-