net.gleamynode.netty.handler.execution
Class ExecutionHandler

java.lang.Object
  extended by net.gleamynode.netty.handler.execution.ExecutionHandler
All Implemented Interfaces:
ChannelHandler, ChannelUpstreamHandler

@ChannelPipelineCoverage(value="all")
public class ExecutionHandler
extends Object
implements ChannelUpstreamHandler

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

Constructor Summary
ExecutionHandler(Executor executor)
           
 
Method Summary
 Executor getExecutor()
           
 void handleUpstream(ChannelHandlerContext context, ChannelEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionHandler

public ExecutionHandler(Executor executor)
Method Detail

getExecutor

public final Executor getExecutor()

handleUpstream

public void handleUpstream(ChannelHandlerContext context,
                           ChannelEvent e)
                    throws Exception
Specified by:
handleUpstream in interface ChannelUpstreamHandler
Throws:
Exception


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