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
Subclasses with type arguments of type HttpStatusClass in io.netty.handler.codec.httpMethods 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 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.