class NioServerSocketPipelineSink extends AbstractNioChannelSink
| Constructor and Description |
|---|
NioServerSocketPipelineSink() |
| Modifier and Type | Method and Description |
|---|---|
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 |
handleAcceptedSocket(ChannelEvent e) |
private static void |
handleServerSocket(ChannelEvent e) |
execute, isFireExceptionCaughtLaterexceptionCaughtpublic 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 handleServerSocket(ChannelEvent e)
private static void handleAcceptedSocket(ChannelEvent e)