Class OioDatagramPipelineSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
org.jboss.netty.channel.socket.oio.OioDatagramPipelineSink
- All Implemented Interfaces:
ChannelSink
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOioDatagramPipelineSink
(Executor workerExecutor, ThreadNameDeterminer determiner) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
bind
(OioDatagramChannel channel, ChannelFuture future, SocketAddress localAddress) private void
connect
(OioDatagramChannel channel, ChannelFuture future, SocketAddress remoteAddress) void
eventSunk
(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).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
-
workerExecutor
-
determiner
-
-
Constructor Details
-
OioDatagramPipelineSink
OioDatagramPipelineSink(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
-
bind
-
connect
-