Uses of Interface
com.sun.grizzly.connectioncache.spi.transport.ContactInfo

Packages that use ContactInfo
com.sun.grizzly.connectioncache.impl.transport   
com.sun.grizzly.connectioncache.spi.transport   
 

Uses of ContactInfo in com.sun.grizzly.connectioncache.impl.transport
 

Methods in com.sun.grizzly.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)
           
 OutboundConnectionCacheBlockingImpl.ConnectionState<C> OutboundConnectionCacheBlockingImpl.getConnectionState(ContactInfo<C> cinfo, OutboundConnectionCacheBlockingImpl.CacheEntry<C> entry, C conn)
           
 

Constructors in com.sun.grizzly.connectioncache.impl.transport with parameters of type ContactInfo
OutboundConnectionCacheBlockingImpl.ConnectionState(ContactInfo<C> cinfo, OutboundConnectionCacheBlockingImpl.CacheEntry<C> entry, C conn)
           
 

Uses of ContactInfo in com.sun.grizzly.connectioncache.spi.transport
 

Methods in com.sun.grizzly.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, Collection<C> idleConnections, 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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.