Uses of Interface
com.sun.grizzly.utils.PoolableObject

Packages that use PoolableObject
com.sun.grizzly   
com.sun.grizzly.filterchain   
com.sun.grizzly.utils   
 

Uses of PoolableObject in com.sun.grizzly
 

Classes in com.sun.grizzly that implement PoolableObject
 class Context
          Object, which is responsible for holding context during I/O event processing.
 

Uses of PoolableObject in com.sun.grizzly.filterchain
 

Classes in com.sun.grizzly.filterchain that implement PoolableObject
 class FilterChainContext
          FilterChain Context implementation.
 

Uses of PoolableObject in com.sun.grizzly.utils
 

Classes in com.sun.grizzly.utils with type parameters of type PoolableObject
 class ConcurrentQueuePool<E extends PoolableObject>
          ObjectPool implementation based on LinkedTransferQueue
 interface ObjectPool<E extends PoolableObject>
          Basic interface for object pool implementations
 

Classes in com.sun.grizzly.utils that implement PoolableObject
 class Pair<K,L>
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.