Uses of Interface
com.sun.grizzly.connectioncache.spi.transport.ConnectionCache

Packages that use ConnectionCache
com.sun.grizzly.connectioncache.impl.transport   
com.sun.grizzly.connectioncache.spi.transport   
 

Uses of ConnectionCache in com.sun.grizzly.connectioncache.impl.transport
 

Classes in com.sun.grizzly.connectioncache.impl.transport that implement ConnectionCache
 class ConnectionCacheBase<C extends Closeable>
           
 class InboundConnectionCacheBlockingImpl<C extends Closeable>
          Manage connections that are initiated from another VM.
 class OutboundConnectionCacheBlockingImpl<C extends Closeable>
           
 

Uses of ConnectionCache in com.sun.grizzly.connectioncache.spi.transport
 

Subinterfaces of ConnectionCache in com.sun.grizzly.connectioncache.spi.transport
 interface InboundConnectionCache<C extends Closeable>
          A concurrent connection cache for passively created connections (e.g.
 interface OutboundConnectionCache<C extends Closeable>
          A concurrent mostly non-blocking connection cache.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.