com.jcraft.jsch.agentproxy
Class ConnectorFactory
java.lang.Object
com.jcraft.jsch.agentproxy.ConnectorFactory
public abstract class ConnectorFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectors
protected String connectors
usocketFactories
protected String usocketFactories
usocketPath
protected String usocketPath
ConnectorFactory
public ConnectorFactory()
setPreferredConnectors
public void setPreferredConnectors(String connectors)
getPreferredConnectors
public String getPreferredConnectors()
setPreferredUSocketFactories
public void setPreferredUSocketFactories(String usocketFactories)
getPreferredUSocketFactories
public String getPreferredUSocketFactories()
setUSocketPath
public void setUSocketPath(String usocketPath)
getUSocketPath
public String getUSocketPath()
createConnector
public com.jcraft.jsch.agentproxy.Connector createConnector()
throws com.jcraft.jsch.agentproxy.AgentProxyException
- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
getDefault
public static ConnectorFactory getDefault()
Copyright © 2014 JCraft,Inc.. All Rights Reserved.