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