| Package | Description |
|---|---|
| com.sshtools.ssh |
This package contains a set of general interface contracts for SSH communication.
|
| com.sshtools.ssh2 |
This package contains an SSH2 implementation of the
com.sshtools.ssh interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Ssh2Client |
SshConnector.connect(SshTransport transport,
String username)
Create a new connection to an SSH server over the specified transport.
|
Ssh2Client |
SshConnector.connect(SshTransport transport,
String username,
boolean buffered,
SshContext context)
See
SshConnector.connect(SshTransport, String) for full details. |
| Modifier and Type | Method and Description |
|---|---|
Ssh2Client |
TransportProtocol.getClient()
Get the SshClient instance that created this transport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportProtocol.startTransportProtocol(SshTransport provider,
Ssh2Context context,
String localIdentification,
String remoteIdentification,
Ssh2Client client)
Starts the protocol on the provider.
|
| Constructor and Description |
|---|
Ssh2Session(int windowsize,
int packetsize,
Ssh2Client client)
Construct a session channel.
|
Copyright © 2016. All rights reserved.