Uses of Class
com.sshtools.j2ssh.agent.AgentNotAvailableException
-
Packages that use AgentNotAvailableException Package Description com.sshtools.j2ssh.agent -
-
Uses of AgentNotAvailableException in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that throw AgentNotAvailableException Modifier and Type Method Description static java.net.Socket
SshAgentClient. connectAgentSocket(java.lang.String location)
Connect a socket to the agent at the location specified.static SshAgentClient
SshAgentClient. connectLocalAgent(java.lang.String application, java.lang.String location)
Connect to the local agent.static SshAgentForwardingListener
SshAgentForwardingListener. getInstance(java.lang.String sessionId, ConnectionProtocol connection)
Constructors in com.sshtools.j2ssh.agent that throw AgentNotAvailableException Constructor Description SshAgentSocketListener(java.lang.String location, KeyStore keystore)
Creates a new SshAgentSocketListener object.
-