Uses of Enum Class
com.jk.core.http.JKHttpStatus.Series
Packages that use JKHttpStatus.Series
-
Uses of JKHttpStatus.Series in com.jk.core.http
Methods in com.jk.core.http that return JKHttpStatus.SeriesModifier and TypeMethodDescriptionstatic JKHttpStatus.Series
JKHttpStatus.Series.resolve
(int statusCode) This method resolve the given status code to anHttpStatus.Series
, if possible.JKHttpStatus.series()
This method gets the HTTP status series of this status code.static JKHttpStatus.Series
JKHttpStatus.Series.valueOf
(int statusCode) This method gets the enum constant of this type with the corresponding series.static JKHttpStatus.Series
JKHttpStatus.Series.valueOf
(JKHttpStatus status) This method gets the enum constant of this type with the corresponding series.static JKHttpStatus.Series
Returns the enum constant of this class with the specified name.static JKHttpStatus.Series[]
JKHttpStatus.Series.values()
Returns an array containing the constants of this enum class, in the order they are declared.