|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.channel.AbstractChannelSink
public abstract class AbstractChannelSink
A skeletal ChannelSink implementation.
| Constructor Summary | |
|---|---|
protected |
AbstractChannelSink()
Creates a new instance. |
| Method Summary | |
|---|---|
void |
exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
Sends an ExceptionEvent upstream with the specified
cause. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.netty.channel.ChannelSink |
|---|
eventSunk |
| Constructor Detail |
|---|
protected AbstractChannelSink()
| Method Detail |
|---|
public void exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
throws java.lang.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 ChannelHandler
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||