Uses of Enum Class
org.springframework.http.HttpStatus.Series
Package
Description
Contains a basic abstraction over client/server-side HTTP.
Core package of the client-side web support.
-
Uses of HttpStatus.Series in org.springframework.http
Modifier and TypeMethodDescriptionstatic HttpStatus.Series
HttpStatus.Series.resolve
(int statusCode) Resolve the given status code to anHttpStatus.Series
, if possible.HttpStatus.series()
Return the HTTP status series of this status code.static HttpStatus.Series
HttpStatus.Series.valueOf
(int statusCode) Return theSeries
enum constant for the supplied status code.static HttpStatus.Series
Returns the enum constant of this class with the specified name.static HttpStatus.Series
HttpStatus.Series.valueOf
(HttpStatus status) Deprecated.static HttpStatus.Series[]
HttpStatus.Series.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpStatus.Series in org.springframework.web.client
Modifier and TypeMethodDescriptionvoid
ExtractingResponseErrorHandler.setSeriesMapping
(Map<HttpStatus.Series, Class<? extends RestClientException>> seriesMapping) Set the mapping from HTTP status series toRestClientException
subclass.
HttpStatus.series()
directly