|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelSink
Receives and processes the terminal downstream ChannelEvent
s.
A ChannelSink
is an internal component which is supposed to be
implemented by a transport provider. Most users will not see this type
in their code.
Method Summary | |
---|---|
void |
eventSunk(ChannelPipeline pipeline,
ChannelEvent e)
Invoked by ChannelPipeline when a downstream ChannelEvent
has reached its terminal (the head of the pipeline). |
void |
exceptionCaught(ChannelPipeline pipeline,
ChannelEvent e,
ChannelPipelineException cause)
Invoked by ChannelPipeline when an exception was raised while
one of its ChannelHandler s process a ChannelEvent . |
Method Detail |
---|
void eventSunk(ChannelPipeline pipeline, ChannelEvent e) throws Exception
ChannelPipeline
when a downstream ChannelEvent
has reached its terminal (the head of the pipeline).
Exception
void exceptionCaught(ChannelPipeline pipeline, ChannelEvent e, ChannelPipelineException cause) throws Exception
ChannelPipeline
when an exception was raised while
one of its ChannelHandler
s process a ChannelEvent
.
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |