Uses of Interface
org.glassfish.grizzly.util.PoolableObject

Packages that use PoolableObject
org.glassfish.grizzly   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.util   
 

Uses of PoolableObject in org.glassfish.grizzly
 

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

Uses of PoolableObject in org.glassfish.grizzly.filterchain
 

Classes in org.glassfish.grizzly.filterchain that implement PoolableObject
 class FilterChainContext
          FilterChain Context implementation.
 

Uses of PoolableObject in org.glassfish.grizzly.util
 

Classes in org.glassfish.grizzly.util 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 org.glassfish.grizzly.util that implement PoolableObject
 class Pair<K,L>
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.