Java io.netty.util.concurrent EventExecutor fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.concurrent EventExecutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.concurrent EventExecutor.

The text is from its open source code.

Implementation

io.netty.util.concurrent.EventExecutor has the following implementations.
Click this link to see all its implementation.

Method

booleaninEventLoop()
Calls #inEventLoop(Thread) with Thread#currentThread() as argument
booleaninEventLoop(Thread thread)
Return true if the given Thread is executed in the event loop, false otherwise.
FuturenewFailedFuture(Throwable cause)
Create a new Future which is marked as failed already.
ProgressivePromisenewProgressivePromise()
Create a new ProgressivePromise .
PromisenewPromise()
Return a new Promise .
FuturenewSucceededFuture(V result)
Create a new Future which is marked as succeeded already.