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

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

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

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

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

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