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 voidbind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress) private static voidclose(DefaultLocalServerChannel channel, ChannelFuture future) voideventSunk(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).private static voidprivate static voidMethods inherited from class AbstractChannelSink
exceptionCaught, execute, isFireExceptionCaughtLater
-
Constructor Details
-
LocalServerChannelSink
LocalServerChannelSink()
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).- Throws:
Exception
-
handleServerChannel
-
handleAcceptedChannel
-
bind
private static void bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress) -
close
-