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