Uses of Class
io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
-
Packages that use ResponsePredicateResult Package Description io.vertx.reactivex.ext.web.client io.vertx.reactivex.ext.web.client.predicate -
-
Uses of ResponsePredicateResult in io.vertx.reactivex.ext.web.client
Method parameters in io.vertx.reactivex.ext.web.client with type arguments of type ResponsePredicateResult Modifier and Type Method Description HttpRequest<T>HttpRequest. expect(Function<HttpResponse<Void>,ResponsePredicateResult> predicate)Add an expectation that the response is valid according to the providedpredicate. -
Uses of ResponsePredicateResult in io.vertx.reactivex.ext.web.client.predicate
Fields in io.vertx.reactivex.ext.web.client.predicate with type parameters of type ResponsePredicateResult Modifier and Type Field Description static TypeArg<ResponsePredicateResult>ResponsePredicateResult. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.client.predicate that return ResponsePredicateResult Modifier and Type Method Description ResponsePredicateResultResponsePredicate. apply(HttpResponse<Void> in)static ResponsePredicateResultResponsePredicateResult. failure(String message)Creates a failed result.static ResponsePredicateResultResponsePredicateResult. newInstance(ResponsePredicateResult arg)static ResponsePredicateResultResponsePredicateResult. success()Methods in io.vertx.reactivex.ext.web.client.predicate with parameters of type ResponsePredicateResult Modifier and Type Method Description ThrowableErrorConverter. apply(ResponsePredicateResult result)Method parameters in io.vertx.reactivex.ext.web.client.predicate with type arguments of type ResponsePredicateResult Modifier and Type Method Description static ErrorConverterErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)Creates a fullErrorConverter, that will passed a predicate result with the response body.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.static ErrorConverterErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)Creates a fullErrorConverter, that will passed a predicate result with the response body.
-