com.jcraft.jsch.agentproxy.connector
Class SSHAgentConnector

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.connector.SSHAgentConnector
All Implemented Interfaces:
com.jcraft.jsch.agentproxy.Connector

public class SSHAgentConnector
extends Object
implements com.jcraft.jsch.agentproxy.Connector


Constructor Summary
SSHAgentConnector(com.jcraft.jsch.agentproxy.USocketFactory factory)
           
SSHAgentConnector(com.jcraft.jsch.agentproxy.USocketFactory factory, String usocketPath)
           
 
Method Summary
 String getName()
           
 boolean isAvailable()
           
static boolean isConnectorAvailable()
           
static boolean isConnectorAvailable(String usocketPath)
           
 void query(com.jcraft.jsch.agentproxy.Buffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHAgentConnector

public SSHAgentConnector(com.jcraft.jsch.agentproxy.USocketFactory factory)
                  throws com.jcraft.jsch.agentproxy.AgentProxyException
Throws:
com.jcraft.jsch.agentproxy.AgentProxyException

SSHAgentConnector

public SSHAgentConnector(com.jcraft.jsch.agentproxy.USocketFactory factory,
                         String usocketPath)
                  throws com.jcraft.jsch.agentproxy.AgentProxyException
Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
Method Detail

getName

public String getName()
Specified by:
getName in interface com.jcraft.jsch.agentproxy.Connector

isConnectorAvailable

public static boolean isConnectorAvailable()

isConnectorAvailable

public static boolean isConnectorAvailable(String usocketPath)

isAvailable

public boolean isAvailable()
Specified by:
isAvailable in interface com.jcraft.jsch.agentproxy.Connector

query

public void query(com.jcraft.jsch.agentproxy.Buffer buffer)
           throws com.jcraft.jsch.agentproxy.AgentProxyException
Specified by:
query in interface com.jcraft.jsch.agentproxy.Connector
Throws:
com.jcraft.jsch.agentproxy.AgentProxyException


Copyright © 2014 JCraft,Inc.. All Rights Reserved.