Package org.jboss.netty.channel.local
Class LocalClientChannelSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.local.LocalClientChannelSink
- All Implemented Interfaces:
ChannelSink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
bind
(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress) private void
connect
(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress) void
eventSunk
(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).Methods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught, execute, isFireExceptionCaughtLater
-
Field Details
-
logger
-
-
Constructor Details
-
LocalClientChannelSink
LocalClientChannelSink()
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSink
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).- Throws:
Exception
-
bind
private static void bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress) -
connect
-