Uses of Enum Class
org.seppiko.commons.utils.http.HttpStatus.Series
Packages that use HttpStatus.Series
-
Uses of HttpStatus.Series in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that return HttpStatus.SeriesModifier and TypeMethodDescriptionstatic 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.