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. sessionCacheMapkey is the session itselfprivate java.util.Map<java.lang.String,SshCache.Entry>SshCache. uriCacheMapkey is username / host / portMethods in org.apache.ivy.plugins.repository.ssh that return SshCache.Entry Modifier and Type Method Description private SshCache.EntrySshCache. getCacheEntry(com.jcraft.jsch.Session session)retrieves a session entry for a given session from the cacheprivate SshCache.EntrySshCache. getCacheEntry(java.lang.String user, java.lang.String host, int port)retrieves a session entry for a given hostname from the cache
-