Uses of Enum Class
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
Methods in io.netty.handler.codec.http that return HttpStatusClassModifier and TypeMethodDescriptionHttpResponseStatus.codeClass()Returns the class of thisHttpResponseStatusstatic HttpStatusClassHttpStatusClass.valueOf(int code) Returns the class of the specified HTTP status code.static HttpStatusClassHttpStatusClass.valueOf(CharSequence code) Returns the class of the specified HTTP status code.static HttpStatusClassReturns the enum constant of this class with the specified name.static HttpStatusClass[]HttpStatusClass.values()Returns an array containing the constants of this enum class, in the order they are declared.