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