软件包 | 描述 |
---|---|
io.netty.handler.codec |
可扩展解码器及其常见实现,用于处理基于流的传输(如TCP / IP)中发现的数据包碎片和重新组装问题。
|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Field and Description |
---|---|
protected static Signal |
DecoderResult.SIGNAL_SUCCESS |
protected static Signal |
DecoderResult.SIGNAL_UNFINISHED |
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.valueOf(java.lang.Class<?> firstNameComponent, java.lang.String secondNameComponent)
|
static Signal |
Signal.valueOf(java.lang.String name)
返回指定名称的 Signal 。
|
Modifier and Type | Method and Description |
---|---|
int |
Signal.compareTo(Signal other) |
void |
Signal.expect(Signal signal)
检查给定的 Signal 是否与此实例相同。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.