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.SocketSshAgentClient. connectAgentSocket(java.lang.String location)Connect a socket to the agent at the location specified.static SshAgentClientSshAgentClient. connectLocalAgent(java.lang.String application, java.lang.String location)Connect to the local agent.static SshAgentForwardingListenerSshAgentForwardingListener. 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.
-