Uses of Class
org.apache.ivy.plugins.repository.ssh.SshCache.Entry
-
Packages that use SshCache.Entry Package Description org.apache.ivy.plugins.repository.ssh -
-
Uses of SshCache.Entry in org.apache.ivy.plugins.repository.ssh
Fields in org.apache.ivy.plugins.repository.ssh with type parameters of type SshCache.Entry Modifier and Type Field Description private java.util.Map<com.jcraft.jsch.Session,SshCache.Entry>
SshCache. sessionCacheMap
key is the session itselfprivate java.util.Map<java.lang.String,SshCache.Entry>
SshCache. uriCacheMap
key is username / host / portMethods in org.apache.ivy.plugins.repository.ssh that return SshCache.Entry Modifier and Type Method Description private SshCache.Entry
SshCache. getCacheEntry(com.jcraft.jsch.Session session)
retrieves a session entry for a given session from the cacheprivate SshCache.Entry
SshCache. getCacheEntry(java.lang.String user, java.lang.String host, int port)
retrieves a session entry for a given hostname from the cache
-