Uses of Enum
io.netty.handler.codec.ProtocolDetectionState
Packages that use ProtocolDetectionState
Package
Description
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
-
Uses of ProtocolDetectionState in io.netty.handler.codec
Subclasses with type arguments of type ProtocolDetectionState in io.netty.handler.codecMethods in io.netty.handler.codec that return ProtocolDetectionStateModifier and TypeMethodDescriptionProtocolDetectionResult.state()Return theProtocolDetectionState.static ProtocolDetectionStateReturns the enum constant of this type with the specified name.static ProtocolDetectionState[]ProtocolDetectionState.values()Returns an array containing the constants of this enum type, in the order they are declared.