| Package | Description |
|---|---|
| io.vertx.reactivex.ext.web.client | |
| io.vertx.reactivex.ext.web.client.predicate |
| Modifier and Type | Method and Description |
|---|---|
static <T> HttpResponse<T> |
HttpResponse.newInstance(HttpResponse arg) |
static <T> HttpResponse<T> |
HttpResponse.newInstance(HttpResponse arg,
<any> __typeArg_T) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<Buffer> |
ResponsePredicateResult.response()
The which has been tested.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test)
Creates a new
ResponsePredicate. |
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test,
ErrorConverter errorConverter)
Creates a new
ResponsePredicate, using a custom errorConverter. |
Copyright © 2018 Eclipse. All rights reserved.