| 异常 | 描述 |
|---|---|
| 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.