Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.channel.group |
A channel registry which helps a user maintain the list of open
Channel s and perform bulk operations on them. |
Modifier and Type | Class and Description |
---|---|
class |
ChannelPipelineException
A
ChannelException which is thrown when a ChannelPipeline
failed to execute an operation. |
class |
EventLoopException
Special
ChannelException which will be thrown by EventLoop and EventLoopGroup
implementations when an error occurs. |
Modifier and Type | Class and Description |
---|---|
class |
ChannelGroupException
ChannelException which holds ChannelFuture s that failed because of an error. |
Copyright © 2008–2019 The Netty Project. All rights reserved.