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
ConnectorFactory
public ConnectorFactory()
setPreferredConnectors
public void setPreferredConnectors(String connectors)
getPreferredConnectors
public String getPreferredConnectors()
setPreferredUSocketFactories
public void setPreferredUSocketFactories(String usocketFactories)
getPreferredUSocketFactories
public String getPreferredUSocketFactories()
createConnector
public com.jcraft.jsch.agentproxy.Connector createConnector()
throws com.jcraft.jsch.agentproxy.AgentProxyException
- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
createConnector
public com.jcraft.jsch.agentproxy.Connector createConnector(LogCallback logger)
throws com.jcraft.jsch.agentproxy.AgentProxyException
- Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
getDefault
public static ConnectorFactory getDefault()
Copyright © 2013 JCraft,Inc.. All rights reserved.