Package com.sun.xml.ws.transport.tcp.connectioncache.spi.transport

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

Class Summary
ConnectionCacheFactory A factory class for creating connections caches.