Class NioClientSocketPipelineSink
java.lang.Object
org.jboss.netty.channel.AbstractChannelSink
org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink
- All Implemented Interfaces:
ChannelSink
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BossPool
<NioClientBoss> (package private) static final InternalLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
bind
(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private void
connect
(NioClientSocketChannel channel, ChannelFuture cf, SocketAddress remoteAddress) void
eventSunk
(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).private NioClientBoss
nextBoss()
Methods inherited from class org.jboss.netty.channel.socket.nio.AbstractNioChannelSink
execute, isFireExceptionCaughtLater
Methods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught
-
Field Details
-
logger
-
bossPool
-
-
Constructor Details
-
NioClientSocketPipelineSink
NioClientSocketPipelineSink(BossPool<NioClientBoss> bossPool)
-
-
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(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) -
connect
-
nextBoss
-