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