net.gleamynode.netty.channel
Class AbstractChannelSink
java.lang.Object
net.gleamynode.netty.channel.AbstractChannelSink
- All Implemented Interfaces:
- ChannelSink
public abstract class AbstractChannelSink
- extends Object
- implements ChannelSink
- Version:
- $Rev$, $Date$
- Author:
- The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractChannelSink
public AbstractChannelSink()
exceptionCaught
public void exceptionCaught(ChannelPipeline pipeline,
ChannelEvent event,
ChannelPipelineException cause)
throws Exception
- Specified by:
exceptionCaught in interface ChannelSink
- Throws:
Exception
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.