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
Subclasses with type arguments of type HttpObjectDecoder.State in io.netty.handler.codec.httpFields in io.netty.handler.codec.http declared as HttpObjectDecoder.StateMethods in io.netty.handler.codec.http that return HttpObjectDecoder.StateModifier and TypeMethodDescriptionprivate HttpObjectDecoder.StateHttpObjectDecoder.readHeaders(ByteBuf buffer) static HttpObjectDecoder.StateReturns 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.