List of usage examples for io.netty.channel AbstractEventLoop subclass-usage
From source file org.jboss.aerogear.simplepush.server.netty.StubEmbeddedEventLoop.java
/**
* The sole purpose of this class it to work around that the EmbeddedEventLoop of
* EmbeddedChannel throws an UnsupportedOperation exception for scheduleAtFixedRate.
*
* Instances of this class will delegate all call except schuduleAtFixedRate to the
* passed in EventLoop which for testing purposes will be the EmbeddedEventLoop.