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 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 AbstractChannelSink
exceptionCaught, execute, isFireExceptionCaughtLater
-
Field Details
-
logger
-
-
Constructor Details
-
LocalClientChannelSink
LocalClientChannelSink()
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).- Throws:
Exception
-
bind
private static void bind(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress) -
connect
-