Uses of Class
com.sshtools.agent.exceptions.AgentNotAvailableException
Packages that use AgentNotAvailableException
-
Uses of AgentNotAvailableException in com.sshtools.agent.client
Methods in com.sshtools.agent.client that throw AgentNotAvailableExceptionModifier and TypeMethodDescriptionstatic SshAgentClient
SshAgentClient.connectLocalAgent
(String application, String location, AgentSocketType type, boolean RFCAgent) Connect to the local agent.static SshAgentClient
SshAgentClient.connectOpenSSHAgent
(String application) static SshAgentClient
SshAgentClient.connectOpenSSHAgent
(String application, String location) Determines operating system type (windows or not) and connects using the appropriate socket type for the platform.static String
SshAgentClient.getEnvironmentSocket()
-
Uses of AgentNotAvailableException in com.sshtools.agent.server
Constructors in com.sshtools.agent.server that throw AgentNotAvailableExceptionModifierConstructorDescriptionSshAgentSocketListener
(String location, KeyStore keystore) Creates a new SshAgentSocketListener object.