Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.configuration » [javadoc | source]
com.sshtools.j2ssh.configuration
public class: SshConnectionProperties [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.configuration.SshConnectionProperties

Direct Known Subclasses:
    SshToolsConnectionProfile

Field Summary
public static final  int USE_STANDARD_SOCKET     
public static final  int USE_HTTP_PROXY     
public static final  int USE_SOCKS4_PROXY     
public static final  int USE_SOCKS5_PROXY     
protected  int transportProvider     
protected  String proxyHostname     
protected  int proxyPort     
protected  String proxyUsername     
protected  String proxyPassword     
protected  String host     
protected  String prefDecryption     
protected  String prefEncryption     
protected  String prefKex     
protected  String prefPK     
protected  String prefRecvComp     
protected  String prefRecvMac     
protected  String prefSendComp     
protected  String prefSendMac     
protected  String username     
protected  int port     
protected  Map localForwardings     
protected  Map remoteForwardings     
protected  boolean forwardingAutoStart     
Constructor:
 public SshConnectionProperties() 
Method from com.sshtools.j2ssh.configuration.SshConnectionProperties Summary:
addLocalForwarding,   addRemoteForwarding,   getForwardingAutoStartMode,   getHost,   getLocalForwardings,   getPort,   getPrefCSComp,   getPrefCSEncryption,   getPrefCSMac,   getPrefKex,   getPrefPublicKey,   getPrefSCComp,   getPrefSCEncryption,   getPrefSCMac,   getProxyHost,   getProxyPassword,   getProxyPort,   getProxyUsername,   getRemoteForwardings,   getTransportProvider,   getTransportProviderString,   getUsername,   removeAllForwardings,   setForwardingAutoStartMode,   setHost,   setPort,   setPrefCSComp,   setPrefCSEncryption,   setPrefCSMac,   setPrefKex,   setPrefPublicKey,   setPrefSCComp,   setPrefSCEncryption,   setPrefSCMac,   setProxyHost,   setProxyPassword,   setProxyPort,   setProxyUsername,   setTransportProvider,   setTransportProviderString,   setUsername
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.configuration.SshConnectionProperties Detail:
 public  void addLocalForwarding(ForwardingConfiguration cf) 
 public  void addRemoteForwarding(ForwardingConfiguration cf) 
 public boolean getForwardingAutoStartMode() 
 public String getHost() 
 public Map getLocalForwardings() 
 public int getPort() 
 public String getPrefCSComp() 
 public String getPrefCSEncryption() 
 public String getPrefCSMac() 
 public String getPrefKex() 
 public String getPrefPublicKey() 
 public String getPrefSCComp() 
 public String getPrefSCEncryption() 
 public String getPrefSCMac() 
 public String getProxyHost() 
 public String getProxyPassword() 
 public int getProxyPort() 
 public String getProxyUsername() 
 public Map getRemoteForwardings() 
 public int getTransportProvider() 
 public String getTransportProviderString() 
 public String getUsername() 
 public  void removeAllForwardings() 
 public  void setForwardingAutoStartMode(boolean forwardingAutoStart) 
 public  void setHost(String host) 
 public  void setPort(int port) 
 public  void setPrefCSComp(String pref) 
 public  void setPrefCSEncryption(String pref) 
 public  void setPrefCSMac(String pref) 
 public  void setPrefKex(String pref) 
 public  void setPrefPublicKey(String pref) 
 public  void setPrefSCComp(String pref) 
 public  void setPrefSCEncryption(String pref) 
 public  void setPrefSCMac(String pref) 
 public  void setProxyHost(String proxyHostname) 
 public  void setProxyPassword(String proxyPassword) 
 public  void setProxyPort(int proxyPort) 
 public  void setProxyUsername(String proxyUsername) 
 public  void setTransportProvider(int transportProvider) 
 public  void setTransportProviderString(String name) 
 public  void setUsername(String username)