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 SocketSshAgentClient.connectAgentSocket(String location) Connect a socket to the agent at the location specified.static SshAgentClientSshAgentClient.connectLocalAgent(String application, String location) Connect to the local agent.static SshAgentForwardingListenerSshAgentForwardingListener.getInstance(String sessionId, ConnectionProtocol connection) Constructors in com.sshtools.j2ssh.agent that throw AgentNotAvailableExceptionModifierConstructorDescriptionSshAgentSocketListener(String location, KeyStore keystore) Creates a new SshAgentSocketListener object.