|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| org.globus.transfer.reliable.service.cache | |
| Uses of Connection in org.globus.transfer.reliable.service.cache |
|---|
| Classes in org.globus.transfer.reliable.service.cache that implement Connection | |
|---|---|
class |
MlsdConnectionImpl
|
class |
SingleConnectionImpl
Class for all single connections. |
class |
ThirdPartyConnectionImpl
Class for a third party connection |
| Methods in org.globus.transfer.reliable.service.cache that return Connection | |
|---|---|
private Connection |
ConnectionManager.createNewConnection(int connectionType,
ConnectionParameter params,
org.ietf.jgss.GSSCredential credential,
java.lang.String sourceSubjectName,
java.lang.String destSubjectName)
Create a new connection |
Connection |
ConnectionCacheImpl.getConnection(ConnectionParameter params)
Get a connection from the cache. |
Connection |
ConnectionCache.getConnection(ConnectionParameter params)
|
Connection |
ConnectionManager.getConnection(int connectionType,
ConnectionParameter params,
org.ietf.jgss.GSSCredential credential,
java.lang.String subjectName)
Get a connection. |
Connection |
ConnectionManager.getConnection(int connectionType,
ConnectionParameter params,
org.ietf.jgss.GSSCredential credential,
java.lang.String sourceSubjectName,
java.lang.String destSubjectName)
Get a connection. |
| Methods in org.globus.transfer.reliable.service.cache with parameters of type Connection | |
|---|---|
void |
ConnectionManager.addConnection(Connection connection)
Add a connection to the cache |
void |
ConnectionCacheImpl.addConnection(Connection connection)
Add a connection to the beginning of the cache. |
void |
ConnectionCache.addConnection(Connection client)
|
private boolean |
ConnectionCacheImpl.connectionExpired(Connection connection,
long now)
Check if a connection expired |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||