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)
           
 
Method Summary
 String getName()
           
 boolean isAvailable()
           
static boolean isConnectorAvailable()
           
 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
Method Detail

getName

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

isConnectorAvailable

public static boolean isConnectorAvailable()

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 © 2013 JCraft,Inc.. All rights reserved.