Uses of Class
co.yellowdog.platform.clients.web.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in co.yellowdog.platform.clients.web
Fields in co.yellowdog.platform.clients.web declared as HttpStatusModifier and TypeFieldDescriptionstatic final HttpStatus
HttpStatus.BAD_REQUEST
static final HttpStatus
HttpStatus.CONFLICT
static final HttpStatus
HttpStatus.FORBIDDEN
static final HttpStatus
HttpStatus.GATEWAY_TIMEOUT
static final HttpStatus
HttpStatus.INTERNAL_SERVER_ERROR
static final HttpStatus
HttpStatus.NO_CONTENT
static final HttpStatus
HttpStatus.NOT_FOUND
static final HttpStatus
HttpStatus.OK
static final HttpStatus
HttpStatus.RESET_CONTENT
static final HttpStatus
HttpStatus.TOO_MANY_REQUESTS
static final HttpStatus
HttpStatus.UNAUTHORIZED
Methods in co.yellowdog.platform.clients.web that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatus
HttpStatus.of
(int statusCode) HttpResponse.status()
-
Uses of HttpStatus in co.yellowdog.platform.clients.web.error
Methods in co.yellowdog.platform.clients.web.error with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic ErrorResponse
ErrorResponseUtils.getErrorResponse
(@NonNull HttpStatus httpStatus, InputStream body) boolean
ErrorHandler.handle
(HttpStatus httpStatus, ErrorResponse response) Handles the given error response.static ErrorHandler
ErrorHandlers.ignoring
(HttpStatus... statuses)