|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelSink | |
---|---|
org.jboss.netty.channel | The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. |
Uses of ChannelSink in org.jboss.netty.channel |
---|
Classes in org.jboss.netty.channel that implement ChannelSink | |
---|---|
class |
AbstractChannelSink
A skeletal ChannelSink implementation. |
Methods in org.jboss.netty.channel that return ChannelSink | |
---|---|
ChannelSink |
ChannelPipeline.getSink()
Returns the ChannelSink that this pipeline is attached to. |
ChannelSink |
DefaultChannelPipeline.getSink()
|
ChannelSink |
StaticChannelPipeline.getSink()
|
Methods in org.jboss.netty.channel with parameters of type ChannelSink | |
---|---|
void |
ChannelPipeline.attach(Channel channel,
ChannelSink sink)
Attaches this pipeline to the specified Channel and
ChannelSink . |
void |
DefaultChannelPipeline.attach(Channel channel,
ChannelSink sink)
|
void |
StaticChannelPipeline.attach(Channel channel,
ChannelSink sink)
|
Constructors in org.jboss.netty.channel with parameters of type ChannelSink | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |