Uses of Class
org.apache.hc.core5.http.message.StatusLine.StatusClass
-
Packages that use StatusLine.StatusClass Package Description org.apache.hc.core5.http.message 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.StatusClass Modifier and Type Field Description private StatusLine.StatusClass
StatusLine. statusClass
The status code class.Methods in org.apache.hc.core5.http.message that return StatusLine.StatusClass Modifier and Type Method Description static StatusLine.StatusClass
StatusLine.StatusClass. from(int statusCode)
Gets the response status class for the given status code.StatusLine.StatusClass
StatusLine. getStatusClass()
static StatusLine.StatusClass
StatusLine.StatusClass. valueOf(java.lang.String name)
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.
-