final class LocalServerChannelSink extends AbstractChannelSink
| Constructor and Description |
|---|
LocalServerChannelSink() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
bind(DefaultLocalServerChannel channel,
ChannelFuture future,
LocalAddress localAddress) |
private static void |
close(DefaultLocalServerChannel channel,
ChannelFuture future) |
void |
eventSunk(ChannelPipeline pipeline,
ChannelEvent e)
Invoked by
ChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline). |
private static void |
handleAcceptedChannel(ChannelEvent e) |
private static void |
handleServerChannel(ChannelEvent e) |
exceptionCaught, execute, isFireExceptionCaughtLaterpublic 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 handleServerChannel(ChannelEvent e)
private static void handleAcceptedChannel(ChannelEvent e)
private static void bind(DefaultLocalServerChannel channel, ChannelFuture future, LocalAddress localAddress)
private static void close(DefaultLocalServerChannel channel, ChannelFuture future)