Uses of Class
com.sshtools.j2ssh.agent.AgentNotAvailableException

Packages that use AgentNotAvailableException
com.sshtools.j2ssh.agent   
 

Uses of AgentNotAvailableException in com.sshtools.j2ssh.agent
 

Methods in com.sshtools.j2ssh.agent that throw AgentNotAvailableException
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
SshAgentSocketListener(java.lang.String location, KeyStore keystore)
          Creates a new SshAgentSocketListener object.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.