Package | Description |
---|---|
com.sshtools.common.configuration | |
com.sshtools.j2ssh | |
com.sshtools.j2ssh.forwarding | |
com.sshtools.j2ssh.net | |
com.sshtools.j2ssh.transport |
Modifier and Type | Class and Description |
---|---|
class |
SshToolsConnectionProfile |
Modifier and Type | Method and Description |
---|---|
SshConnectionProperties |
SshClient.getConnectionProperties()
Get the connection properties for this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SshClient.connect(SshConnectionProperties properties)
Connect the client to the server with the specified properties.
|
void |
SshClient.connect(SshConnectionProperties properties,
HostKeyVerification hostVerification)
Connect the client to the server with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardingClient.synchronizeConfiguration(SshConnectionProperties properties) |
Modifier and Type | Method and Description |
---|---|
static TransportProvider |
TransportProviderFactory.connectTransportProvider(SshConnectionProperties properties,
int socketTimeout) |
Modifier and Type | Field and Description |
---|---|
protected SshConnectionProperties |
TransportProtocolCommon.properties |
Modifier and Type | Method and Description |
---|---|
SshConnectionProperties |
TransportProtocolCommon.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
TransportProtocolCommon.startTransportProtocol(TransportProvider provider,
SshConnectionProperties properties) |
Constructor and Description |
---|
SshMsgKexInit(SshConnectionProperties props)
Creates a new SshMsgKexInit object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.