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

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

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

Classes in com.sun.grizzly.connectioncache.impl.transport that implement OutboundConnectionCache
 class OutboundConnectionCacheBlockingImpl<C extends Closeable>
           
 

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

Methods in com.sun.grizzly.connectioncache.spi.transport that return OutboundConnectionCache
static
<C extends Closeable>
OutboundConnectionCache<C>
ConnectionCacheFactory.makeBlockingOutboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, Logger logger)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.