Package com.sun.grizzly.connectioncache.spi.transport

Interface Summary
ConnectionCache<C extends Closeable> A connection cache manages a group of connections which may be re-used for sending and receiving messages.
ConnectionFinder<C extends Closeable> An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.
ContactInfo<C extends Closeable> The ContactInfo represents the information needed to establish a connection to a (possibly different) process.
InboundConnectionCache<C extends Closeable> A concurrent connection cache for passively created connections (e.g.
OutboundConnectionCache<C extends Closeable> A concurrent mostly non-blocking connection cache.
 

Class Summary
ConnectionCacheFactory A factory class for creating connections caches.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.