异常 | 描述 |
---|---|
ChannelException |
当I / O操作失败时引发的
RuntimeException 。
|
ChannelPipelineException |
A ChannelException 当ChannelPipeline 未能执行操作时引发。
|
ConnectTimeoutException |
ConnectException 如果由于连接超时而无法建立连接,将会抛出它。
|
EventLoopException |
Special ChannelException 当发生错误时将由EventLoop 和EventLoopGroup 实现抛出。
|
Annotation Type | 描述 |
---|---|
ChannelHandler.Sharable |
表示可以将带有注释的 ChannelHandler 的同一个实例多次添加到一个或多个ChannelPipeline ,而不会出现竞争条件。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.