Uses of Enum
io.netty.handler.codec.http.HttpChunkLineValidatingByteProcessor.State
Packages that use HttpChunkLineValidatingByteProcessor.State
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpChunkLineValidatingByteProcessor.State in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpChunkLineValidatingByteProcessor.StateModifier and TypeFieldDescriptionHttpChunkLineValidatingByteProcessor.stateprivate static final HttpChunkLineValidatingByteProcessor.State[]HttpChunkLineValidatingByteProcessor.STATES_BY_ORDINALMethods in io.netty.handler.codec.http that return HttpChunkLineValidatingByteProcessor.StateModifier and TypeMethodDescription(package private) HttpChunkLineValidatingByteProcessor.StateHttpChunkLineValidatingByteProcessor.State.match(byte value) Returns the enum constant of this type with the specified name.HttpChunkLineValidatingByteProcessor.State.values()Returns an array containing the constants of this enum type, in the order they are declared.