Class Async.ExecRunnable<T>

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    Async

    static class Async.ExecRunnable<T>
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Detail

      • future

        private final org.apache.http.concurrent.BasicFuture<T> future
      • request

        private final Request request
      • executor

        private final Executor executor
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable