Package | Description |
---|---|
org.springframework.http |
Contains a basic abstraction over client/server-side HTTP.
|
Modifier and Type | Method and Description |
---|---|
HttpStatus.Series |
HttpStatus.series()
Returns the HTTP status series of this status code.
|
static HttpStatus.Series |
HttpStatus.Series.valueOf(HttpStatus status) |
static HttpStatus.Series |
HttpStatus.Series.valueOf(int status) |
static HttpStatus.Series |
HttpStatus.Series.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatus.Series[] |
HttpStatus.Series.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All rights reserved.