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, wait
eventSunk
public void exceptionCaught(ChannelPipeline pipeline, ChannelEvent event, ChannelPipelineException cause) throws Exception
ExceptionEvent
upstream with the specified
cause
.exceptionCaught
in interface ChannelSink
event
- the ChannelEvent
which caused a
ChannelHandler
to raise an exceptioncause
- the exception raised by a ChannelHandler
Exception
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.