Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.Connection

Packages that use Connection
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.connectioncache.impl.transport   
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.transport.tcp.util   
 

Uses of Connection in com.sun.xml.ws.transport.tcp.client
 

Classes in com.sun.xml.ws.transport.tcp.client that implement Connection
 class ClientConnectionSession
           
 

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
 class ConnectionCacheBase<C extends Connection>
           
 class InboundConnectionCacheBlockingImpl<C extends Connection>
          Manage connections that are initiated from another VM.
 class OutboundConnectionCacheBlockingImpl<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
 interface ConnectionCache<C extends Connection>
          A connection cache manages a group of connections which may be re-used for sending and receiving messages.
 interface ConnectionFinder<C extends Connection>
          An instance of a ConnectionFinder may be supplied to the OutboundConnectionCache.get method.
 interface ContactInfo<C extends Connection>
          The ContactInfo represents the information needed to establish a connection to a (possibly different) process.
 interface InboundConnectionCache<C extends Connection>
          A concurrent connection cache for passively created connections (e.g.
 interface OutboundConnectionCache<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
static
<C extends Connection>
InboundConnectionCache<C>
ConnectionCacheFactory.makeBlockingInboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, java.util.logging.Logger logger)
           
static
<C extends Connection>
OutboundConnectionCache<C>
ConnectionCacheFactory.makeBlockingOutboundConnectionCache(java.lang.String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, java.util.logging.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
 class ServerConnectionSession
           
 

Uses of Connection in com.sun.xml.ws.transport.tcp.util
 

Classes in com.sun.xml.ws.transport.tcp.util that implement Connection
 class ConnectionSession