Modifier and Type | Method and Description |
---|---|
default HttpRequest<T> |
HttpRequest.expect(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> predicate)
Deprecated.
instead use
HttpResponseExpectation along with Future.expecting(Expectation) |
Modifier and Type | Method and Description |
---|---|
static ResponsePredicateResult |
ResponsePredicateResult.failure(String message)
Deprecated.
Creates a failed result.
|
static ResponsePredicateResult |
ResponsePredicateResult.success()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
ErrorConverter.apply(ResponsePredicateResult result)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test)
Deprecated.
Creates a new
ResponsePredicate . |
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test,
ErrorConverter errorConverter)
Deprecated.
Creates a new
ResponsePredicate , using a custom errorConverter . |
static ErrorConverter |
ErrorConverter.create(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
Creates a full
ErrorConverter , that will passed a predicate result with the response body. |
static ErrorConverter |
ErrorConverter.createFullBody(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
Creates a full
ErrorConverter , that will passed a predicate result with the response body. |
Modifier and Type | Method and Description |
---|---|
ResponsePredicateResult |
ResponsePredicateResult.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ResponsePredicateResult |
ResponsePredicateResult.newInstance(ResponsePredicateResult arg) |
Constructor and Description |
---|
ResponsePredicateResult(ResponsePredicateResult delegate) |
Modifier and Type | Method and Description |
---|---|
ResponsePredicateResult |
ResponsePredicateResult.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ResponsePredicateResult |
ResponsePredicateResult.newInstance(ResponsePredicateResult arg) |
Constructor and Description |
---|
ResponsePredicateResult(ResponsePredicateResult delegate) |
Modifier and Type | Method and Description |
---|---|
ResponsePredicateResult |
ResponsePredicateResult.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ResponsePredicateResult |
ResponsePredicateResult.newInstance(ResponsePredicateResult arg) |
Constructor and Description |
---|
ResponsePredicateResult(ResponsePredicateResult delegate) |
Copyright © 2024 Eclipse. All rights reserved.