Uses of Interface
com.antonzhdanov.apache.sshd.agent.CloudSshAgentFactory
-
Packages that use CloudSshAgentFactory Package Description com.antonzhdanov.apache.sshd.agent -
-
Uses of CloudSshAgentFactory in com.antonzhdanov.apache.sshd.agent
Classes in com.antonzhdanov.apache.sshd.agent that implement CloudSshAgentFactory Modifier and Type Class Description classMultiCloudSshAgentFactoryclassSingleCloudSshAgentFactory<K extends CloudKeyInfo>Methods in com.antonzhdanov.apache.sshd.agent that return CloudSshAgentFactory Modifier and Type Method Description static CloudSshAgentFactory<CloudKeyInfo>MultiCloudSshAgentFactory. of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers)static <T extends CloudKeyInfo>
CloudSshAgentFactory<T>SingleCloudSshAgentFactory. of(CloudSshAgentProvider<T> agentProvider)
-