|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactInfo | |
---|---|
com.sun.grizzly.connectioncache.client | |
com.sun.grizzly.connectioncache.impl.transport | |
com.sun.grizzly.connectioncache.spi.transport |
Uses of ContactInfo in com.sun.grizzly.connectioncache.client |
---|
Classes in com.sun.grizzly.connectioncache.client that implement ContactInfo | |
---|---|
class |
CacheableConnectorHandler
Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it |
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)
|
com.sun.grizzly.connectioncache.impl.transport.OutboundConnectionCacheBlockingImpl.ConnectionState<C> |
OutboundConnectionCacheBlockingImpl.getConnectionState(ContactInfo<C> cinfo,
com.sun.grizzly.connectioncache.impl.transport.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 |
C |
OutboundConnectionCache.get(ContactInfo<C> cinfo,
ConnectionFinder<C> finder)
Return a Connection corresponding to the given ContactInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |