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