final class LocalClientChannelSink extends AbstractChannelSink
| Modifier and Type | Field and Description |
|---|---|
private static InternalLogger |
logger |
| Constructor and Description |
|---|
LocalClientChannelSink() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
bind(DefaultLocalChannel channel,
ChannelFuture future,
LocalAddress localAddress) |
private void |
connect(DefaultLocalChannel channel,
ChannelFuture future,
LocalAddress remoteAddress) |
void |
eventSunk(ChannelPipeline pipeline,
ChannelEvent e)
Invoked by
ChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline). |
exceptionCaught, execute, isFireExceptionCaughtLaterprivate static final InternalLogger logger
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(DefaultLocalChannel channel, ChannelFuture future, LocalAddress localAddress)
private void connect(DefaultLocalChannel channel, ChannelFuture future, LocalAddress remoteAddress)