Uses of Class
io.netty5.handler.codec.http.HttpStatusClass
-
Packages that use HttpStatusClass Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpStatusClass in io.netty5.handler.codec.http
Methods in io.netty5.handler.codec.http that return HttpStatusClass Modifier and Type Method Description HttpStatusClass
HttpResponseStatus. 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
HttpStatusClass. valueOf(String name)
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.
-