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 | Method and Description |
---|---|
ChannelId |
Channel.id()
Returns the globally unique identifier of this
Channel . |
ChannelId |
AbstractChannel.id() |
Constructor and Description |
---|
AbstractChannel(Channel parent,
ChannelId id)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelGroup.find(ChannelId id)
|
Channel |
DefaultChannelGroup.find(ChannelId id) |
Copyright © 2008–2015 The Netty Project. All rights reserved.