| 软件包 | 描述 |
|---|---|
| io.netty.channel |
核心频道API是异步和事件驱动的各种传输的抽象,如
NIO Channel 。
|
| io.netty.channel.group |
帮助用户维护开放 Channel列表并对其执行批量操作的通道注册表。
|
| io.netty.handler.timeout |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelPipelineException
A ChannelException当ChannelPipeline未能执行操作时引发。
|
class |
EventLoopException
Special ChannelException当发生错误时将由EventLoop和EventLoopGroup实现抛出。
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelGroupException
ChannelException其中包含因错误而失败的ChannelFuture 。
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadTimeoutException
TimeoutException TimeoutException在某段时间内没有读取数据时产生822515437568398 。
|
class |
TimeoutException
A TimeoutException在某个时间段内没有数据被读取或写入时。
|
class |
WriteTimeoutException
TimeoutException在WriteTimeoutHandler之前在某个时间段内没有写入数据时产生TimeoutException 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.