Package | Description |
---|---|
org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Modifier and Type | Method and 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(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.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.