Uses of Enum Class
org.springframework.http.HttpStatus.Series
Packages that use 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
Subclasses with type arguments of type HttpStatus.Series in org.springframework.httpModifier and TypeClassDescriptionstatic enumEnumeration of HTTP status series.Methods in org.springframework.http that return HttpStatus.SeriesModifier and TypeMethodDescriptionstatic @Nullable HttpStatus.SeriesHttpStatus.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.SeriesHttpStatus.Series.valueOf(int statusCode) Return theSeriesenum constant for the supplied status code.static HttpStatus.SeriesReturns the enum constant of this class with the specified name.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
Method parameters in org.springframework.web.client with type arguments of type HttpStatus.SeriesModifier and TypeMethodDescriptionvoidExtractingResponseErrorHandler.setSeriesMapping(Map<HttpStatus.Series, Class<? extends RestClientException>> seriesMapping) Set the mapping from HTTP status series toRestClientExceptionsubclass.