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 voidbind(OioDatagramChannel channel, ChannelFuture future, SocketAddress localAddress) private voidconnect(OioDatagramChannel channel, ChannelFuture future, SocketAddress remoteAddress) voideventSunk(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).Methods inherited from class org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
execute, isFireExceptionCaughtLaterMethods 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:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).- Throws:
Exception
-
bind
-
connect
-