Class OioServerSocketPipelineSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
org.jboss.netty.channel.socket.oio.OioServerSocketPipelineSink
- All Implemented Interfaces:
ChannelSink
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ThreadNameDeterminer
(package private) static final InternalLogger
(package private) final Executor
-
Constructor Summary
ConstructorsConstructorDescriptionOioServerSocketPipelineSink
(Executor workerExecutor, ThreadNameDeterminer determiner) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
bind
(OioServerSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private static void
close
(OioServerSocketChannel 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 void
Methods inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
execute, isFireExceptionCaughtLater
Methods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught
-
Field Details
-
logger
-
workerExecutor
-
determiner
-
-
Constructor Details
-
OioServerSocketPipelineSink
OioServerSocketPipelineSink(Executor workerExecutor, ThreadNameDeterminer determiner)
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSink
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).- Throws:
Exception
-
handleServerSocket
-
handleAcceptedSocket
-
bind
-
close
-