Example usage for io.netty.channel DefaultEventLoop DefaultEventLoop

List of usage examples for io.netty.channel DefaultEventLoop DefaultEventLoop

Introduction

In this page you can find the example usage for io.netty.channel DefaultEventLoop DefaultEventLoop.

Prototype

public DefaultEventLoop(EventLoopGroup parent) 

Source Link

Usage

From source file:com.linecorp.armeria.server.grpc.ArmeriaServerCallTest.java

License:Apache License

@BeforeClass
public static void setUpClass() {
    eventLoop = new DefaultEventLoop(Executors.newSingleThreadExecutor());
}