JavaScript is disabled on your browser.
Skip navigation links
io.netty.util.concurrent

Class AbstractFuture<V>

  • Type Parameters:
    V -
    All Implemented Interfaces:
    java.util.concurrent.Future<V>
    Direct Known Subclasses:
    CompleteFuture, DefaultPromise


    public abstract class AbstractFuture<V>
    extends java.lang.Object
    implements Future<V>
    Abstract Future implementation which does not allow for cancellation.
    • Constructor Detail

      • AbstractFuture

        public AbstractFuture()
    • Method Detail

      • get

        public V get()
         throws java.lang.InterruptedException,
         java.util.concurrent.ExecutionException
        Specified by:
        get in interface java.util.concurrent.Future<V>
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
      • get

        public V get(long timeout,
         java.util.concurrent.TimeUnit unit)
         throws java.lang.InterruptedException,
         java.util.concurrent.ExecutionException,
         java.util.concurrent.TimeoutException
        Specified by:
        get in interface java.util.concurrent.Future<V>
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
        java.util.concurrent.TimeoutException
Skip navigation links

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

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