net.gleamynode.netty.handler.execution
Class ChannelEventRunnable
java.lang.Object
net.gleamynode.netty.handler.execution.ChannelEventRunnable
- All Implemented Interfaces:
- Runnable
public class ChannelEventRunnable
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelEventRunnable
public ChannelEventRunnable(ChannelHandlerContext ctx,
ChannelEvent e)
getContext
public ChannelHandlerContext getContext()
getEvent
public ChannelEvent getEvent()
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.