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 InternalLoggerlogger
-
Constructor Summary
Constructors Constructor Description LocalClientChannelSink()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidbind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)private voidconnect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)voideventSunk(ChannelPipeline pipeline, ChannelEvent e)Invoked byChannelPipelinewhen a downstreamChannelEventhas 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:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas 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)
-
-