Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.Connection
-
-
Uses of Connection in com.sun.xml.ws.transport.tcp.client
Classes in com.sun.xml.ws.transport.tcp.client that implement Connection Modifier and Type Class Description classClientConnectionSession -
Uses of Connection in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport
Classes in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport with type parameters of type Connection 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 Connection in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
Classes in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport with type parameters of type Connection Modifier and Type Interface Description interfaceConnectionCache<C extends Connection>A connection cache manages a group of connections which may be re-used for sending and receiving messages.interfaceConnectionFinder<C extends Connection>An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.interfaceContactInfo<C extends Connection>The ContactInfo represents the information needed to establish a connection to a (possibly different) process.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.Methods in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport with type parameters of type Connection Modifier and Type Method Description static <C extends Connection>
InboundConnectionCache<C>ConnectionCacheFactory. makeBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, Logger logger)static <C extends Connection>
OutboundConnectionCache<C>ConnectionCacheFactory. makeBlockingOutboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, Logger logger) -
Uses of Connection in com.sun.xml.ws.transport.tcp.server
Classes in com.sun.xml.ws.transport.tcp.server that implement Connection Modifier and Type Class Description classServerConnectionSession -
Uses of Connection in com.sun.xml.ws.transport.tcp.util
Classes in com.sun.xml.ws.transport.tcp.util that implement Connection Modifier and Type Class Description classConnectionSession
-