Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ContactInfo
Packages that use ContactInfo
Package
Description
-
Uses of ContactInfo in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client with parameters of type ContactInfoModifier and TypeMethodDescriptionWSConnectionManager.find(ContactInfo<ConnectionSession> contactInfo, Collection<ConnectionSession> idleConnections, 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 ContactInfoModifier and TypeMethodDescriptionbooleanOutboundConnectionCacheBlockingImpl.canCreateNewConnection(ContactInfo<C> cinfo) OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo) 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 ContactInfoModifier and TypeMethodDescriptionbooleanOutboundConnectionCache.canCreateNewConnection(ContactInfo<C> cinfo) Determine whether a new connection could be created by the ConnectionCache or not.ConnectionFinder.find(ContactInfo<C> cinfo, Collection<C> idleConnections, Collection<C> busyConnections) Method that searches idleConnections and busyConnections for the best connection.OutboundConnectionCache.get(ContactInfo<C> cinfo) Behaves the same asget( ContactInfo<C>, ConnectionFinder<C> )except that no connection finder is provided, so that step is ignored.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