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

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

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

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

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

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.