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
final class LocalClientChannelSink extends AbstractChannelSink
-
-
Field Summary
Fields Modifier and Type Field Description private static InternalLogger
logger
-
Constructor Summary
Constructors Constructor Description LocalClientChannelSink()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private 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 Detail
-
logger
private static final InternalLogger logger
-
-
Method Detail
-
eventSunk
public void eventSunk(ChannelPipeline pipeline, ChannelEvent e) throws java.lang.Exception
Description copied from interface:ChannelSink
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).- Throws:
java.lang.Exception
-
bind
private static void bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)
-
connect
private void connect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)
-
-