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

Packages that use ConnectionFinder
com.sun.grizzly.connectioncache.client   
com.sun.grizzly.connectioncache.impl.transport   
com.sun.grizzly.connectioncache.spi.transport   
 

Uses of ConnectionFinder in com.sun.grizzly.connectioncache.client
 

Constructors in com.sun.grizzly.connectioncache.client with parameters of type ConnectionFinder
CacheableConnectorHandlerPool(Controller controller, int highWaterMark, int numberToReclaim, int maxParallel, ConnectionFinder<ConnectorHandler> connectionFinder)
           
 

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

Methods in com.sun.grizzly.connectioncache.impl.transport with parameters of type ConnectionFinder
 C OutboundConnectionCacheBlockingImpl.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
           
 

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

Methods in com.sun.grizzly.connectioncache.spi.transport with parameters of type ConnectionFinder
 C OutboundConnectionCache.get(ContactInfo<C> cinfo, ConnectionFinder<C> finder)
          Return a Connection corresponding to the given ContactInfo.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.