Uses of Enum
io.netty.handler.codec.http.HttpObjectDecoder.State
Packages that use HttpObjectDecoder.State
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpObjectDecoder.State in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpObjectDecoder.StateMethods in io.netty.handler.codec.http that return HttpObjectDecoder.StateModifier and TypeMethodDescriptionprivate HttpObjectDecoder.State
HttpObjectDecoder.readHeaders
(ByteBuf buffer) static HttpObjectDecoder.State
Returns the enum constant of this type with the specified name.static HttpObjectDecoder.State[]
HttpObjectDecoder.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.