Uses of Class
io.netty.handler.codec.ProtocolDetectionState
-
Packages that use ProtocolDetectionState Package Description io.netty.handler.codec 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
Fields in io.netty.handler.codec declared as ProtocolDetectionState Modifier and Type Field Description private ProtocolDetectionState
ProtocolDetectionResult. state
Methods in io.netty.handler.codec that return ProtocolDetectionState Modifier and Type Method Description ProtocolDetectionState
ProtocolDetectionResult. state()
Return theProtocolDetectionState
.static ProtocolDetectionState
ProtocolDetectionState. valueOf(java.lang.String name)
Returns 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.Constructors in io.netty.handler.codec with parameters of type ProtocolDetectionState Constructor Description ProtocolDetectionResult(ProtocolDetectionState state, T result)
-