net.gleamynode.netty.channel
Class AbstractChannelSink

java.lang.Object
  extended by 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)

Constructor Summary
AbstractChannelSink()
           
 
Method Summary
 void exceptionCaught(ChannelPipeline pipeline, ChannelEvent event, ChannelPipelineException cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.gleamynode.netty.channel.ChannelSink
eventSunk
 

Constructor Detail

AbstractChannelSink

public AbstractChannelSink()
Method Detail

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.