Uses of Interface
com.sshtools.agent.server.SshAgentConnection
Packages that use SshAgentConnection
-
Uses of SshAgentConnection in com.sshtools.agent.openssh
Classes in com.sshtools.agent.openssh that implement SshAgentConnectionModifier and TypeClassDescriptionclass
Represents a single connection on the agent server.Methods in com.sshtools.agent.openssh that return SshAgentConnectionModifier and TypeMethodDescriptionOpenSSHConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) -
Uses of SshAgentConnection in com.sshtools.agent.rfc
Classes in com.sshtools.agent.rfc that implement SshAgentConnectionModifier and TypeClassDescriptionclass
Represents a single connection on the agent server.Methods in com.sshtools.agent.rfc that return SshAgentConnectionModifier and TypeMethodDescriptionRFCConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable) -
Uses of SshAgentConnection in com.sshtools.agent.server
Methods in com.sshtools.agent.server that return SshAgentConnectionModifier and TypeMethodDescriptionSshAgentConnectionFactory.createConnection
(KeyStore keystore, InputStream in, OutputStream out, Closeable closeable)