Uses of Class
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate
Packages that use ResponsePredicate
-
Uses of ResponsePredicate in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client that return types with arguments of type ResponsePredicateMethods in io.vertx.mutiny.ext.web.client with parameters of type ResponsePredicate -
Uses of ResponsePredicate in io.vertx.mutiny.ext.web.client.predicate
Fields in io.vertx.mutiny.ext.web.client.predicate declared as ResponsePredicateModifier and TypeFieldDescriptionstatic final ResponsePredicateResponsePredicate.JSONCreates a predicate validating the responsecontent-typeisapplication/json.static final ResponsePredicateResponsePredicate.SC_ACCEPTED202 Acceptedstatic final ResponsePredicateResponsePredicate.SC_BAD_GATEWAY502 Bad Gatewaystatic final ResponsePredicateResponsePredicate.SC_BAD_REQUEST400 Bad Requeststatic final ResponsePredicateResponsePredicate.SC_CLIENT_ERRORSAny 4XX client errorstatic final ResponsePredicateResponsePredicate.SC_CONFLICT409 Conflictstatic final ResponsePredicateResponsePredicate.SC_CONTINUE100 Continuestatic final ResponsePredicateResponsePredicate.SC_CREATED201 Createdstatic final ResponsePredicateResponsePredicate.SC_EARLY_HINTS103 Early Hintsstatic final ResponsePredicateResponsePredicate.SC_EXPECTATION_FAILED417 Expectation Failedstatic final ResponsePredicateResponsePredicate.SC_FAILED_DEPENDENCY424 Failed Dependency (WebDAV, RFC4918)static final ResponsePredicateResponsePredicate.SC_FORBIDDEN403 Forbiddenstatic final ResponsePredicateResponsePredicate.SC_FOUND302 Foundstatic final ResponsePredicateResponsePredicate.SC_GATEWAY_TIMEOUT504 Gateway Timeoutstatic final ResponsePredicateResponsePredicate.SC_GONE410 Gonestatic final ResponsePredicateResponsePredicate.SC_HTTP_VERSION_NOT_SUPPORTED505 HTTP Version Not Supportedstatic final ResponsePredicateResponsePredicate.SC_INFORMATIONAL_RESPONSEAny 1XX informational responsestatic final ResponsePredicateResponsePredicate.SC_INSUFFICIENT_STORAGE507 Insufficient Storage (WebDAV, RFC4918)static final ResponsePredicateResponsePredicate.SC_INTERNAL_SERVER_ERROR500 Internal Server Errorstatic final ResponsePredicateResponsePredicate.SC_LENGTH_REQUIRED411 Length Requiredstatic final ResponsePredicateResponsePredicate.SC_LOCKED423 Locked (WebDAV, RFC4918)static final ResponsePredicateResponsePredicate.SC_METHOD_NOT_ALLOWED405 Method Not Allowedstatic final ResponsePredicateResponsePredicate.SC_MISDIRECTED_REQUEST421 Misdirected Requeststatic final ResponsePredicateResponsePredicate.SC_MOVED_PERMANENTLY301 Moved Permanentlystatic final ResponsePredicateResponsePredicate.SC_MULTI_STATUS207 Multi-Status (WebDAV, RFC2518)static final ResponsePredicateResponsePredicate.SC_MULTIPLE_CHOICES300 Multiple Choicesstatic final ResponsePredicateResponsePredicate.SC_NETWORK_AUTHENTICATION_REQUIRED511 Network Authentication Required (RFC6585)static final ResponsePredicateResponsePredicate.SC_NO_CONTENT204 No Contentstatic final ResponsePredicateResponsePredicate.SC_NON_AUTHORITATIVE_INFORMATION203 Non-Authoritative Information (since HTTP/1.1)static final ResponsePredicateResponsePredicate.SC_NOT_ACCEPTABLE406 Not Acceptablestatic final ResponsePredicateResponsePredicate.SC_NOT_EXTENDED510 Not Extended (RFC2774)static final ResponsePredicateResponsePredicate.SC_NOT_FOUND404 Not Foundstatic final ResponsePredicateResponsePredicate.SC_NOT_IMPLEMENTED501 Not Implementedstatic final ResponsePredicateResponsePredicate.SC_NOT_MODIFIED304 Not Modifiedstatic final ResponsePredicateResponsePredicate.SC_OK200 OKstatic final ResponsePredicateResponsePredicate.SC_PARTIAL_CONTENT206 Partial Contentstatic final ResponsePredicateResponsePredicate.SC_PAYMENT_REQUIRED402 Payment Requiredstatic final ResponsePredicateResponsePredicate.SC_PERMANENT_REDIRECT308 Permanent Redirect (RFC7538)static final ResponsePredicateResponsePredicate.SC_PRECONDITION_FAILED412 Precondition Failedstatic final ResponsePredicateResponsePredicate.SC_PRECONDITION_REQUIRED428 Precondition Required (RFC6585)static final ResponsePredicateResponsePredicate.SC_PROCESSING102 Processing (WebDAV, RFC2518)static final ResponsePredicateResponsePredicate.SC_PROXY_AUTHENTICATION_REQUIRED407 Proxy Authentication Requiredstatic final ResponsePredicateResponsePredicate.SC_REDIRECTIONAny 3XX redirectionstatic final ResponsePredicateResponsePredicate.SC_REQUEST_ENTITY_TOO_LARGE413 Request Entity Too Largestatic final ResponsePredicateResponsePredicate.SC_REQUEST_HEADER_FIELDS_TOO_LARGE431 Request Header Fields Too Large (RFC6585)static final ResponsePredicateResponsePredicate.SC_REQUEST_TIMEOUT408 Request Timeoutstatic final ResponsePredicateResponsePredicate.SC_REQUEST_URI_TOO_LONG414 Request-URI Too Longstatic final ResponsePredicateResponsePredicate.SC_REQUESTED_RANGE_NOT_SATISFIABLE416 Requested Range Not Satisfiablestatic final ResponsePredicateResponsePredicate.SC_RESET_CONTENT205 Reset Contentstatic final ResponsePredicateResponsePredicate.SC_SEE_OTHER303 See Other (since HTTP/1.1)static final ResponsePredicateResponsePredicate.SC_SERVER_ERRORSAny 5XX server errorstatic final ResponsePredicateResponsePredicate.SC_SERVICE_UNAVAILABLE503 Service Unavailablestatic final ResponsePredicateResponsePredicate.SC_SUCCESSAny 2XX successstatic final ResponsePredicateResponsePredicate.SC_SWITCHING_PROTOCOLS101 Switching Protocolsstatic final ResponsePredicateResponsePredicate.SC_TEMPORARY_REDIRECT307 Temporary Redirect (since HTTP/1.1)static final ResponsePredicateResponsePredicate.SC_TOO_MANY_REQUESTS429 Too Many Requests (RFC6585)static final ResponsePredicateResponsePredicate.SC_UNAUTHORIZED401 Unauthorizedstatic final ResponsePredicateResponsePredicate.SC_UNORDERED_COLLECTION425 Unordered Collection (WebDAV, RFC3648)static final ResponsePredicateResponsePredicate.SC_UNPROCESSABLE_ENTITY422 Unprocessable Entity (WebDAV, RFC4918)static final ResponsePredicateResponsePredicate.SC_UNSUPPORTED_MEDIA_TYPE415 Unsupported Media Typestatic final ResponsePredicateResponsePredicate.SC_UPGRADE_REQUIRED426 Upgrade Required (RFC2817)static final ResponsePredicateResponsePredicate.SC_USE_PROXY305 Use Proxy (since HTTP/1.1)static final ResponsePredicateResponsePredicate.SC_VARIANT_ALSO_NEGOTIATES506 Variant Also Negotiates (RFC2295)Fields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ResponsePredicateModifier and TypeFieldDescriptionstatic final TypeArg<ResponsePredicate>ResponsePredicate.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateModifier and TypeMethodDescriptionstatic ResponsePredicateResponsePredicate.contentType(String mimeType) Deprecated.static ResponsePredicateResponsePredicate.contentType(List<String> mimeTypes) Deprecated.static ResponsePredicateResponsePredicate.create(Function<HttpResponse<Void>, ResponsePredicateResult> test) Deprecated.static ResponsePredicateResponsePredicate.create(Function<HttpResponse<Void>, ResponsePredicateResult> test, ErrorConverter errorConverter) Deprecated.static ResponsePredicateResponsePredicate.newInstance(io.vertx.ext.web.client.predicate.ResponsePredicate arg) static ResponsePredicateResponsePredicate.status(int statusCode) Deprecated.static ResponsePredicateResponsePredicate.status(int min, int max) Deprecated.
HttpResponseExpectationalong withFuture.expecting(Expectation)