软件包 | 描述 |
---|---|
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.