Class OioClientSocketPipelineSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.socket.oio.AbstractOioChannelSink
org.jboss.netty.channel.socket.oio.OioClientSocketPipelineSink
- All Implemented Interfaces:
ChannelSink
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOioClientSocketPipelineSink
(Executor workerExecutor, ThreadNameDeterminer determiner) -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
bind
(OioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private void
connect
(OioClientSocketChannel 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
-
OioClientSocketPipelineSink
OioClientSocketPipelineSink(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
private static void bind(OioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) -
connect
private void connect(OioClientSocketChannel channel, ChannelFuture future, SocketAddress remoteAddress)
-