|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Methods in com.sun.grizzly.connectioncache.client that return ConnectionFinder | |
---|---|
ConnectionFinder |
CacheableConnectorHandlerPool.getConnectionFinder()
|
Constructors in com.sun.grizzly.connectioncache.client with parameters of type ConnectionFinder | |
---|---|
CacheableConnectorHandlerPool(Controller controller,
int highWaterMark,
int numberToReclaim,
int maxParallel,
ConnectionFinder<ConnectorHandler> connectionFinder)
|
|
CacheableConnectorHandlerPool(Controller controller,
int highWaterMark,
int numberToReclaim,
int maxParallel,
ConnectionFinder<ConnectorHandler> connectionFinder,
OutboundConnectionFactory<ConnectorHandler> factory)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |