| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| Modifier and Type | Field and Description |
|---|---|
static SshProxyServerDetails.Type |
SshProxyServerDetails.Type.HTTP
HTTP
|
static SshProxyServerDetails.Type |
SshProxyServerDetails.Type.SOCKS4
SOCK4
|
static SshProxyServerDetails.Type |
SshProxyServerDetails.Type.SOCKS5
SOCKS5
|
| Modifier and Type | Method and Description |
|---|---|
SshProxyServerDetails.Type |
SshProxyServerDetails.getType()
Get the proxy server type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SshProxyServerDetails.setType(SshProxyServerDetails.Type type)
Set the proxy server type.
|
| Constructor and Description |
|---|
SshProxyServerDetails(SshProxyServerDetails.Type type,
java.lang.String hostname,
int port,
java.lang.String username,
char[] password)
Constructor.
|
Copyright © 2018. All rights reserved.