Uses of Enum Class
org.springframework.http.HttpStatus
Packages that use HttpStatus
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of HttpStatus in org.springframework.http
Methods in org.springframework.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.resolve(int statusCode) Resolve the given status code to anHttpStatus, if possible.static HttpStatusHttpStatus.valueOf(int statusCode) Return theHttpStatusenum constant with the specified numeric value.static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.http with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidProblemDetail.setStatus(HttpStatus httpStatus) Setter for theproblem status.static HttpStatus.SeriesHttpStatus.Series.valueOf(HttpStatus status) Deprecated. -
Uses of HttpStatus in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type HttpStatusModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>ResponseEntityExceptionHandler.handleMethodValidationException(MethodValidationException ex, HttpStatus status, ServerWebExchange exchange) Customize the handling ofMethodValidationException. -
Uses of HttpStatus in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type HttpStatusModifier and TypeMethodDescriptionprotected ResponseEntity<Object>ResponseEntityExceptionHandler.handleMethodValidationException(MethodValidationException ex, HttpHeaders headers, HttpStatus status, WebRequest request) Customize the handling ofMethodValidationException.
series()directly