软件包 | 描述 |
---|---|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
Modifier and Type | Method and Description |
---|---|
ProtocolDetectionState |
ProtocolDetectionResult.state()
|
static ProtocolDetectionState |
ProtocolDetectionState.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static ProtocolDetectionState[] |
ProtocolDetectionState.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.