java.lang.Objectcom.sshtools.j2ssh.configuration.SshConnectionProperties
Direct Known Subclasses:
SshToolsConnectionProfile
$ - author$$ - Revision: 1.27 $| 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: |
|---|
|
| 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: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|