JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
io.netty.util.concurrent

Interface EventExecutor

    • Method Detail

      • inEventLoop

        boolean inEventLoop()
        Calls inEventLoop(Thread) with Thread.currentThread() as argument
      • inEventLoop

        boolean inEventLoop(java.lang.Thread thread)
        Return true if the given Thread is executed in the event loop, false otherwise.
      • newSucceededFuture

        <V> Future<V> newSucceededFuture(V result)
        Create a new Future which is marked as successes already. So Future.isSuccess() will return true. All FutureListener added to it will be notified directly. Also every call of blocking methods will just return without blocking.
      • newFailedFuture

        <V> Future<V> newFailedFuture(java.lang.Throwable cause)
        Create a new Future which is marked as fakued already. So Future.isSuccess() will return false. All FutureListener added to it will be notified directly. Also every call of blocking methods will just return without blocking.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /