Class NioServerSocketPipelineSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
- All Implemented Interfaces:
ChannelSink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideventSunk(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).private static voidprivate static voidMethods inherited from class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
execute, isFireExceptionCaughtLaterMethods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught
-
Constructor Details
-
NioServerSocketPipelineSink
NioServerSocketPipelineSink()
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).- Throws:
Exception
-
handleServerSocket
-
handleAcceptedSocket
-