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 ResponsePredicate
ResponsePredicate.JSON
Creates a predicate validating the responsecontent-type
isapplication/json
.static final ResponsePredicate
ResponsePredicate.SC_ACCEPTED
202 Acceptedstatic final ResponsePredicate
ResponsePredicate.SC_BAD_GATEWAY
502 Bad Gatewaystatic final ResponsePredicate
ResponsePredicate.SC_BAD_REQUEST
400 Bad Requeststatic final ResponsePredicate
ResponsePredicate.SC_CLIENT_ERRORS
Any 4XX client errorstatic final ResponsePredicate
ResponsePredicate.SC_CONFLICT
409 Conflictstatic final ResponsePredicate
ResponsePredicate.SC_CONTINUE
100 Continuestatic final ResponsePredicate
ResponsePredicate.SC_CREATED
201 Createdstatic final ResponsePredicate
ResponsePredicate.SC_EARLY_HINTS
103 Early Hintsstatic final ResponsePredicate
ResponsePredicate.SC_EXPECTATION_FAILED
417 Expectation Failedstatic final ResponsePredicate
ResponsePredicate.SC_FAILED_DEPENDENCY
424 Failed Dependency (WebDAV, RFC4918)static final ResponsePredicate
ResponsePredicate.SC_FORBIDDEN
403 Forbiddenstatic final ResponsePredicate
ResponsePredicate.SC_FOUND
302 Foundstatic final ResponsePredicate
ResponsePredicate.SC_GATEWAY_TIMEOUT
504 Gateway Timeoutstatic final ResponsePredicate
ResponsePredicate.SC_GONE
410 Gonestatic final ResponsePredicate
ResponsePredicate.SC_HTTP_VERSION_NOT_SUPPORTED
505 HTTP Version Not Supportedstatic final ResponsePredicate
ResponsePredicate.SC_INFORMATIONAL_RESPONSE
Any 1XX informational responsestatic final ResponsePredicate
ResponsePredicate.SC_INSUFFICIENT_STORAGE
507 Insufficient Storage (WebDAV, RFC4918)static final ResponsePredicate
ResponsePredicate.SC_INTERNAL_SERVER_ERROR
500 Internal Server Errorstatic final ResponsePredicate
ResponsePredicate.SC_LENGTH_REQUIRED
411 Length Requiredstatic final ResponsePredicate
ResponsePredicate.SC_LOCKED
423 Locked (WebDAV, RFC4918)static final ResponsePredicate
ResponsePredicate.SC_METHOD_NOT_ALLOWED
405 Method Not Allowedstatic final ResponsePredicate
ResponsePredicate.SC_MISDIRECTED_REQUEST
421 Misdirected Requeststatic final ResponsePredicate
ResponsePredicate.SC_MOVED_PERMANENTLY
301 Moved Permanentlystatic final ResponsePredicate
ResponsePredicate.SC_MULTI_STATUS
207 Multi-Status (WebDAV, RFC2518)static final ResponsePredicate
ResponsePredicate.SC_MULTIPLE_CHOICES
300 Multiple Choicesstatic final ResponsePredicate
ResponsePredicate.SC_NETWORK_AUTHENTICATION_REQUIRED
511 Network Authentication Required (RFC6585)static final ResponsePredicate
ResponsePredicate.SC_NO_CONTENT
204 No Contentstatic final ResponsePredicate
ResponsePredicate.SC_NON_AUTHORITATIVE_INFORMATION
203 Non-Authoritative Information (since HTTP/1.1)static final ResponsePredicate
ResponsePredicate.SC_NOT_ACCEPTABLE
406 Not Acceptablestatic final ResponsePredicate
ResponsePredicate.SC_NOT_EXTENDED
510 Not Extended (RFC2774)static final ResponsePredicate
ResponsePredicate.SC_NOT_FOUND
404 Not Foundstatic final ResponsePredicate
ResponsePredicate.SC_NOT_IMPLEMENTED
501 Not Implementedstatic final ResponsePredicate
ResponsePredicate.SC_NOT_MODIFIED
304 Not Modifiedstatic final ResponsePredicate
ResponsePredicate.SC_OK
200 OKstatic final ResponsePredicate
ResponsePredicate.SC_PARTIAL_CONTENT
206 Partial Contentstatic final ResponsePredicate
ResponsePredicate.SC_PAYMENT_REQUIRED
402 Payment Requiredstatic final ResponsePredicate
ResponsePredicate.SC_PERMANENT_REDIRECT
308 Permanent Redirect (RFC7538)static final ResponsePredicate
ResponsePredicate.SC_PRECONDITION_FAILED
412 Precondition Failedstatic final ResponsePredicate
ResponsePredicate.SC_PRECONDITION_REQUIRED
428 Precondition Required (RFC6585)static final ResponsePredicate
ResponsePredicate.SC_PROCESSING
102 Processing (WebDAV, RFC2518)static final ResponsePredicate
ResponsePredicate.SC_PROXY_AUTHENTICATION_REQUIRED
407 Proxy Authentication Requiredstatic final ResponsePredicate
ResponsePredicate.SC_REDIRECTION
Any 3XX redirectionstatic final ResponsePredicate
ResponsePredicate.SC_REQUEST_ENTITY_TOO_LARGE
413 Request Entity Too Largestatic final ResponsePredicate
ResponsePredicate.SC_REQUEST_HEADER_FIELDS_TOO_LARGE
431 Request Header Fields Too Large (RFC6585)static final ResponsePredicate
ResponsePredicate.SC_REQUEST_TIMEOUT
408 Request Timeoutstatic final ResponsePredicate
ResponsePredicate.SC_REQUEST_URI_TOO_LONG
414 Request-URI Too Longstatic final ResponsePredicate
ResponsePredicate.SC_REQUESTED_RANGE_NOT_SATISFIABLE
416 Requested Range Not Satisfiablestatic final ResponsePredicate
ResponsePredicate.SC_RESET_CONTENT
205 Reset Contentstatic final ResponsePredicate
ResponsePredicate.SC_SEE_OTHER
303 See Other (since HTTP/1.1)static final ResponsePredicate
ResponsePredicate.SC_SERVER_ERRORS
Any 5XX server errorstatic final ResponsePredicate
ResponsePredicate.SC_SERVICE_UNAVAILABLE
503 Service Unavailablestatic final ResponsePredicate
ResponsePredicate.SC_SUCCESS
Any 2XX successstatic final ResponsePredicate
ResponsePredicate.SC_SWITCHING_PROTOCOLS
101 Switching Protocolsstatic final ResponsePredicate
ResponsePredicate.SC_TEMPORARY_REDIRECT
307 Temporary Redirect (since HTTP/1.1)static final ResponsePredicate
ResponsePredicate.SC_TOO_MANY_REQUESTS
429 Too Many Requests (RFC6585)static final ResponsePredicate
ResponsePredicate.SC_UNAUTHORIZED
401 Unauthorizedstatic final ResponsePredicate
ResponsePredicate.SC_UNORDERED_COLLECTION
425 Unordered Collection (WebDAV, RFC3648)static final ResponsePredicate
ResponsePredicate.SC_UNPROCESSABLE_ENTITY
422 Unprocessable Entity (WebDAV, RFC4918)static final ResponsePredicate
ResponsePredicate.SC_UNSUPPORTED_MEDIA_TYPE
415 Unsupported Media Typestatic final ResponsePredicate
ResponsePredicate.SC_UPGRADE_REQUIRED
426 Upgrade Required (RFC2817)static final ResponsePredicate
ResponsePredicate.SC_USE_PROXY
305 Use Proxy (since HTTP/1.1)static final ResponsePredicate
ResponsePredicate.SC_VARIANT_ALSO_NEGOTIATES
506 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_ARG
Methods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateModifier and TypeMethodDescriptionstatic ResponsePredicate
ResponsePredicate.contentType
(String mimeType) Deprecated.static ResponsePredicate
ResponsePredicate.contentType
(List<String> mimeTypes) Deprecated.static ResponsePredicate
ResponsePredicate.create
(Function<HttpResponse<Void>, ResponsePredicateResult> test) Deprecated.static ResponsePredicate
ResponsePredicate.create
(Function<HttpResponse<Void>, ResponsePredicateResult> test, ErrorConverter errorConverter) Deprecated.static ResponsePredicate
ResponsePredicate.newInstance
(io.vertx.ext.web.client.predicate.ResponsePredicate arg) static ResponsePredicate
ResponsePredicate.status
(int statusCode) Deprecated.static ResponsePredicate
ResponsePredicate.status
(int min, int max) Deprecated.
HttpResponseExpectation
along withFuture.expecting(Expectation)