Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ConnectionCache

Packages that use ConnectionCache
com.sun.xml.ws.transport.tcp.connectioncache.impl.transport   
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport   
 

Uses of ConnectionCache in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport
 

Classes in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport that implement ConnectionCache
 class ConnectionCacheBase<C extends Connection>
           
 class InboundConnectionCacheBlockingImpl<C extends Connection>
          Manage connections that are initiated from another VM.
 class OutboundConnectionCacheBlockingImpl<C extends Connection>
           
 

Uses of ConnectionCache in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
 

Subinterfaces of ConnectionCache in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
 interface InboundConnectionCache<C extends Connection>
          A concurrent connection cache for passively created connections (e.g.
 interface OutboundConnectionCache<C extends Connection>
          A concurrent mostly non-blocking connection cache.