com.ning.http.client.providers.grizzly
Class GrizzlyConnectionsPool.DelayedExecutor

java.lang.Object
  extended by com.ning.http.client.providers.grizzly.GrizzlyConnectionsPool.DelayedExecutor
Enclosing class:
GrizzlyConnectionsPool

public static final class GrizzlyConnectionsPool.DelayedExecutor
extends Object


Field Summary
static long UNSET_TIMEOUT
           
 
Constructor Summary
GrizzlyConnectionsPool.DelayedExecutor(ExecutorService threadPool, GrizzlyConnectionsPool connectionsPool)
           
GrizzlyConnectionsPool.DelayedExecutor(ExecutorService threadPool, long checkInterval, TimeUnit timeunit, GrizzlyConnectionsPool connectionsPool)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNSET_TIMEOUT

public static final long UNSET_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

GrizzlyConnectionsPool.DelayedExecutor

public GrizzlyConnectionsPool.DelayedExecutor(ExecutorService threadPool,
                                              GrizzlyConnectionsPool connectionsPool)

GrizzlyConnectionsPool.DelayedExecutor

public GrizzlyConnectionsPool.DelayedExecutor(ExecutorService threadPool,
                                              long checkInterval,
                                              TimeUnit timeunit,
                                              GrizzlyConnectionsPool connectionsPool)


Copyright © 2014. All Rights Reserved.