List of usage examples for io.netty.util.concurrent AbstractScheduledEventExecutor subclass-usage
From source file cz.znj.kvr.sw.exp.java.netty.netty.MyEmbeddedEventLoop.java
public final class MyEmbeddedEventLoop extends AbstractScheduledEventExecutor implements ChannelHandlerInvoker, EventLoop { public static MyEmbeddedEventLoop getInstance() { return instance; }