com.jcraft.jsch.agentproxy
Class ConnectorFactory

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.ConnectorFactory

public abstract class ConnectorFactory
extends Object


Field Summary
protected  String connectors
           
protected  String usocketFactories
           
 
Constructor Summary
ConnectorFactory()
           
 
Method Summary
 com.jcraft.jsch.agentproxy.Connector createConnector()
           
 com.jcraft.jsch.agentproxy.Connector createConnector(LogCallback logger)
           
static ConnectorFactory getDefault()
           
 String getPreferredConnectors()
           
 String getPreferredUSocketFactories()
           
 void setPreferredConnectors(String connectors)
           
 void setPreferredUSocketFactories(String usocketFactories)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectors

protected String connectors

usocketFactories

protected String usocketFactories
Constructor Detail

ConnectorFactory

public ConnectorFactory()
Method Detail

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.