Uses of Enum
io.netty.handler.codec.http.HttpStatusClass
Packages that use HttpStatusClass
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpStatusClass in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpStatusClassModifier and TypeFieldDescriptionprivate final HttpStatusClass
HttpResponseStatus.codeClass
private static final HttpStatusClass[]
HttpStatusClass.statusArray
Methods in io.netty.handler.codec.http that return HttpStatusClassModifier and TypeMethodDescriptionHttpResponseStatus.codeClass()
Returns the class of thisHttpResponseStatus
static HttpStatusClass
HttpStatusClass.valueOf
(int code) Returns the class of the specified HTTP status code.static HttpStatusClass
HttpStatusClass.valueOf
(CharSequence code) Returns the class of the specified HTTP status code.static HttpStatusClass
Returns the enum constant of this type with the specified name.static HttpStatusClass[]
HttpStatusClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.