Uses of Interface
com.sun.xml.ws.transport.tcp.connectioncache.spi.transport.ContactInfo
-
-
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 Modifier and Type Method Description ConnectionSessionWSConnectionManager. 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 ContactInfo Modifier and Type Method Description booleanOutboundConnectionCacheBlockingImpl. canCreateNewConnection(ContactInfo<C> cinfo)COutboundConnectionCacheBlockingImpl. get(ContactInfo<C> cinfo)COutboundConnectionCacheBlockingImpl. 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 Modifier and Type Method Description booleanOutboundConnectionCache. canCreateNewConnection(ContactInfo<C> cinfo)Determine whether a new connection could be created by the ConnectionCache or not.CConnectionFinder. find(ContactInfo<C> cinfo, Collection<C> idleConnections, Collection<C> busyConnections)Method that searches idleConnections and busyConnections for the best connection.COutboundConnectionCache. get(ContactInfo<C> cinfo)Behaves the same asget( ContactInfo<C>, ConnectionFinder<C> )except that no connection finder is provided, so that step is ignored.COutboundConnectionCache. 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 Modifier and Type Class Description classWSTCPURI
-