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

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

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

Classes in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport that implement OutboundConnectionCache
 class OutboundConnectionCacheBlockingImpl<C extends Connection>
           
 

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

Methods in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport that return OutboundConnectionCache
static
<C extends Connection>
OutboundConnectionCache<C>
ConnectionCacheFactory.makeBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, java.util.logging.Logger logger)