Example usage for io.netty.channel AbstractEventLoop subclass-usage

List of usage examples for io.netty.channel AbstractEventLoop subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel AbstractEventLoop subclass-usage.

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.