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 voidbind(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) private voidconnect(NioClientSocketChannel channel, ChannelFuture cf, SocketAddress remoteAddress) voideventSunk(ChannelPipeline pipeline, ChannelEvent e) Invoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).private NioClientBossnextBoss()Methods inherited from class AbstractNioChannelSink
execute, isFireExceptionCaughtLaterMethods inherited from class AbstractChannelSink
exceptionCaught
-
Field Details
-
logger
-
bossPool
-
-
Constructor Details
-
NioClientSocketPipelineSink
NioClientSocketPipelineSink(BossPool<NioClientBoss> bossPool)
-
-
Method Details
-
eventSunk
Description copied from interface:ChannelSinkInvoked byChannelPipelinewhen a downstreamChannelEventhas reached its terminal (the head of the pipeline).- Throws:
Exception
-
bind
private static void bind(NioClientSocketChannel channel, ChannelFuture future, SocketAddress localAddress) -
connect
-
nextBoss
-