Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.InboundConnectionCache
-
Packages that use InboundConnectionCache Package Description 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 Modifier and Type Class Description classInboundConnectionCacheBlockingImpl<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 Modifier and Type Method Description static <C extends Connection>
InboundConnectionCache<C>ConnectionCacheFactory. makeBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, Logger logger)
-