|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.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
中的 exceptionCaught
event
- 导致ChannelHandler
发生异常的ChannelEvent
cause
- 由ChannelHandler
发出的异常
java.lang.Exception
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |