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
class NioServerSocketPipelineSink extends AbstractNioChannelSink
-
-
Constructor Summary
Constructors Constructor Description NioServerSocketPipelineSink()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
eventSunk(ChannelPipeline pipeline, ChannelEvent e)
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).private static void
handleAcceptedSocket(ChannelEvent e)
private static void
handleServerSocket(ChannelEvent e)
-
Methods inherited from class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
execute, isFireExceptionCaughtLater
-
Methods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught
-
-
-
-
Method Detail
-
eventSunk
public void eventSunk(ChannelPipeline pipeline, ChannelEvent e) throws java.lang.Exception
Description copied from interface:ChannelSink
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).- Throws:
java.lang.Exception
-
handleServerSocket
private static void handleServerSocket(ChannelEvent e)
-
handleAcceptedSocket
private static void handleAcceptedSocket(ChannelEvent e)
-
-