Package | Description |
---|---|
org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChannelSink
A skeletal
ChannelSink implementation. |
Modifier and Type | Method and Description |
---|---|
ChannelSink |
StaticChannelPipeline.getSink() |
ChannelSink |
DefaultChannelPipeline.getSink() |
ChannelSink |
ChannelPipeline.getSink()
Returns the
ChannelSink that this pipeline is attached to. |
Modifier and Type | Method and Description |
---|---|
void |
StaticChannelPipeline.attach(Channel channel,
ChannelSink sink) |
void |
DefaultChannelPipeline.attach(Channel channel,
ChannelSink sink) |
void |
ChannelPipeline.attach(Channel channel,
ChannelSink sink)
Attaches this pipeline to the specified
Channel and
ChannelSink . |
Constructor and Description |
---|
AbstractChannel(Channel parent,
ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink)
Creates a new instance.
|
AbstractChannel(Integer id,
Channel parent,
ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink)
(Internal use only) Creates a new temporary instance with the specified
ID.
|
AbstractServerChannel(ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink)
Creates a new instance.
|
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.