net.gleamynode.netty.handler.execution
Class ExecutionHandler
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionHandler
public ExecutionHandler(Executor executor)
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.