Uses of Package
org.apache.http.concurrent

Packages that use org.apache.http.concurrent
org.apache.http.concurrent Common concurrency components. 
org.apache.http.impl.nio.pool Basic implementations for interfaces in org.apache.http.nio.pool
org.apache.http.nio.pool Asynchronous (non-blocking) connection pool components. 
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
org.apache.http.pool Synchronous (blocking) connection pool components. 
 

Classes in org.apache.http.concurrent used by org.apache.http.concurrent
Cancellable
          A Cancellable represents a process or an operation that can be canceled.
FutureCallback
          A callback interface that gets invoked upon completion of a Future.
 

Classes in org.apache.http.concurrent used by org.apache.http.impl.nio.pool
FutureCallback
          A callback interface that gets invoked upon completion of a Future.
 

Classes in org.apache.http.concurrent used by org.apache.http.nio.pool
FutureCallback
          A callback interface that gets invoked upon completion of a Future.
 

Classes in org.apache.http.concurrent used by org.apache.http.nio.protocol
Cancellable
          A Cancellable represents a process or an operation that can be canceled.
FutureCallback
          A callback interface that gets invoked upon completion of a Future.
 

Classes in org.apache.http.concurrent used by org.apache.http.pool
FutureCallback
          A callback interface that gets invoked upon completion of a Future.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.