Uses of Class
io.netty.handler.codec.http.HttpObjectDecoder.State
-
Packages that use HttpObjectDecoder.State Package Description io.netty.handler.codec.http 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.State Modifier and Type Field Description private HttpObjectDecoder.State
HttpObjectDecoder. currentState
Methods in io.netty.handler.codec.http that return HttpObjectDecoder.State Modifier and Type Method Description private HttpObjectDecoder.State
HttpObjectDecoder. readHeaders(ByteBuf buffer)
static HttpObjectDecoder.State
HttpObjectDecoder.State. valueOf(java.lang.String name)
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.
-