Please refer to the {@link ChannelHandler}, {@link ChannelEvent}, and {@link ChannelPipeline} to find out what a upstream event and a downstreamevent are, what fundamental differences they have, how they flow in a pipeline, and how to handle the event in your application. @apiviz.owns com.facebook.presto.jdbc.internal.netty.channel.ChannelHandler
Please refer to the {@link ChannelHandler}, and {@link ChannelPipeline} to find out more about inbound and outbound operations,what fundamental differences they have, how they flow in a pipeline, and how to handle the operation in your application.
+---------+ 1 .. 1 +----------------+ 1 .. n +----------+ 1 .. 1 +---------+ | Handler |------->| HandlerContext |------->| Pipeline |------->| Channel | +---------+ +----------------+ +----------+ +---------+@author The Netty Project (netty-dev@lists.jboss.org) @author Trustin Lee (tlee@redhat.com) @version $Rev: 1010 $, $Date: 2009-03-11 19:53:52 +0900 (Wed, 11 Mar 2009) $ @apiviz.owns org.jboss.netty.channel.ChannelHandler
|
|