net.gleamynode.netty.channel
Interface ChannelSink

All Known Implementing Classes:
AbstractChannelSink

public interface ChannelSink

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)

Method Summary
 void eventSunk(ChannelPipeline pipeline, ChannelEvent e)
           
 void exceptionCaught(ChannelPipeline pipeline, ChannelEvent e, ChannelPipelineException cause)
           
 

Method Detail

eventSunk

void eventSunk(ChannelPipeline pipeline,
               ChannelEvent e)
               throws Exception
Throws:
Exception

exceptionCaught

void exceptionCaught(ChannelPipeline pipeline,
                     ChannelEvent e,
                     ChannelPipelineException cause)
                     throws Exception
Throws:
Exception


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.