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 HttpStatusHttpStatus.BAD_REQUESTstatic final HttpStatusHttpStatus.CONFLICTstatic final HttpStatusHttpStatus.FORBIDDENstatic final HttpStatusHttpStatus.GATEWAY_TIMEOUTstatic final HttpStatusHttpStatus.INTERNAL_SERVER_ERRORstatic final HttpStatusHttpStatus.NO_CONTENTstatic final HttpStatusHttpStatus.NOT_FOUNDstatic final HttpStatusHttpStatus.OKstatic final HttpStatusHttpStatus.RESET_CONTENTstatic final HttpStatusHttpStatus.TOO_MANY_REQUESTSstatic final HttpStatusHttpStatus.UNAUTHORIZEDMethods in co.yellowdog.platform.clients.web that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.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 ErrorResponseErrorResponseUtils.getErrorResponse(@NonNull HttpStatus httpStatus, InputStream body) booleanErrorHandler.handle(HttpStatus httpStatus, ErrorResponse response) Handles the given error response.static ErrorHandlerErrorHandlers.ignoring(HttpStatus... statuses)