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

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

Uses of OutboundConnectionCache in com.sun.grizzly.connectioncache.client
 

Methods in com.sun.grizzly.connectioncache.client that return OutboundConnectionCache
 OutboundConnectionCache<ConnectorHandler> CacheableConnectorHandlerPool.getOutboundConnectionCache()
           
 OutboundConnectionCache<C> OutboundConnectionFactory.makeBlockingOutboundConnectionCache(int highWaterMark, int numberToReclaim, int maxParallelConnections, Logger logger)
           
 

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 © 2012 Oracle Corporation. All Rights Reserved.