Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ConnectionCache
-
Packages that use ConnectionCache Package Description 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 Modifier and Type Class Description classConnectionCacheBase<C extends Connection>classInboundConnectionCacheBlockingImpl<C extends Connection>Manage connections that are initiated from another VM.classOutboundConnectionCacheBlockingImpl<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 Modifier and Type Interface Description interfaceInboundConnectionCache<C extends Connection>A concurrent connection cache for passively created connections (e.g.interfaceOutboundConnectionCache<C extends Connection>A concurrent mostly non-blocking connection cache.
-