Uses of Enum
org.apache.hc.core5.http.message.StatusLine.StatusClass
Packages that use StatusLine.StatusClass
Package
Description
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of StatusLine.StatusClass in org.apache.hc.core5.http.message
Fields in org.apache.hc.core5.http.message declared as StatusLine.StatusClassModifier and TypeFieldDescriptionprivate final StatusLine.StatusClass
StatusLine.statusClass
The status code class.Methods in org.apache.hc.core5.http.message that return StatusLine.StatusClassModifier and TypeMethodDescriptionstatic StatusLine.StatusClass
StatusLine.StatusClass.from
(int statusCode) Gets the response status class for the given status code.StatusLine.getStatusClass()
static StatusLine.StatusClass
Returns the enum constant of this type with the specified name.static StatusLine.StatusClass[]
StatusLine.StatusClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.