class NioClientSocketPipelineSink extends AbstractNioChannelSink
| Modifier and Type | Field and Description |
|---|---|
private BossPool<NioClientBoss> |
bossPool |
(package private) static InternalLogger |
logger |
| Constructor and Description |
|---|
NioClientSocketPipelineSink(BossPool<NioClientBoss> bossPool) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
bind(NioClientSocketChannel channel,
ChannelFuture future,
java.net.SocketAddress localAddress) |
private void |
connect(NioClientSocketChannel channel,
ChannelFuture cf,
java.net.SocketAddress remoteAddress) |
void |
eventSunk(ChannelPipeline pipeline,
ChannelEvent e)
Invoked by
ChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline). |
private NioClientBoss |
nextBoss() |
execute, isFireExceptionCaughtLaterexceptionCaughtstatic final InternalLogger logger
private final BossPool<NioClientBoss> bossPool
NioClientSocketPipelineSink(BossPool<NioClientBoss> bossPool)
public void eventSunk(ChannelPipeline pipeline, ChannelEvent e) throws java.lang.Exception
ChannelSinkChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline).java.lang.Exceptionprivate static void bind(NioClientSocketChannel channel, ChannelFuture future, java.net.SocketAddress localAddress)
private void connect(NioClientSocketChannel channel, ChannelFuture cf, java.net.SocketAddress remoteAddress)
private NioClientBoss nextBoss()