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

Packages that use ContactInfo
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.util   
 

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

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ContactInfo
 ConnectionSession WSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo, java.util.Collection<ConnectionSession> idleConnections, java.util.Collection<ConnectionSession> busyConnections)
           
 

Uses of ContactInfo in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport
 

Methods in com.sun.xml.ws.transport.tcp.connectioncache.impl.transport with parameters of type ContactInfo
 boolean OutboundConnectionCacheBlockingImpl.canCreateNewConnection(ContactInfo<C> cinfo)
           
 C OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo)
           
 C OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
           
 com.sun.xml.ws.transport.tcp.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.ConnectionState<C> OutboundConnectionCacheBlockingImpl.getConnectionState(ContactInfo<C> cinfo, com.sun.xml.ws.transport.tcp.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.CacheEntry<C> entry, C conn)
           
 

Uses of ContactInfo in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
 

Methods in com.sun.xml.ws.transport.tcp.connectioncache.spi.transport with parameters of type ContactInfo
 boolean OutboundConnectionCache.canCreateNewConnection(ContactInfo<C> cinfo)
          Determine whether a new connection could be created by the ConnectionCache or not.
 C ConnectionFinder.find(ContactInfo<C> cinfo, java.util.Collection<C> idleConnections, java.util.Collection<C> busyConnections)
          Method that searches idleConnections and busyConnections for the best connection.
 C OutboundConnectionCache.get(ContactInfo<C> cinfo)
          Behaves the same as get( ContactInfo, ConnectionFinder ) except that no connection finder is provided, so that step is ignored.
 C OutboundConnectionCache.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
          Return a Connection corresponding to the given ContactInfo.
 

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

Classes in com.sun.xml.ws.transport.tcp.util that implement ContactInfo
 class WSTCPURI