
public abstract class AbstractChannelSink extends Object implements ChannelSink
ChannelSink implementation.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractChannelSink()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
Sends an
ExceptionEvent upstream with the specified
cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteventSunkpublic void exceptionCaught(ChannelPipeline pipeline, ChannelEvent event, ChannelPipelineException cause) throws Exception
ExceptionEvent upstream with the specified
cause.exceptionCaught in interface ChannelSinkevent - the ChannelEvent which caused a
ChannelHandler to raise an exceptioncause - the exception raised by a ChannelHandlerExceptionCopyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.