|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.channel.AbstractChannelSink
public abstract class AbstractChannelSink

一个ChannelSink的脚架实现.
| 方法摘要 | |
|---|---|
void |
exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
发送一个带有指定 cause下游ExceptionEvent事件. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 org.jboss.netty.channel.ChannelSink 继承的方法 |
|---|
eventSunk |
| 方法详细信息 |
|---|
public void exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
throws java.lang.Exception
cause下游ExceptionEvent事件.
ChannelSink 中的 exceptionCaughtevent - 导致ChannelHandler发生异常的ChannelEventcause - 由ChannelHandler发出的异常
java.lang.Exception
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||