Package | Description |
---|---|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Method and Description |
---|---|
Ssh2Client |
TransportProtocol.getClient()
Get the SshClient instance that created this transport.
|
Ssh2Client |
AuthenticationProtocol.getClient() |
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 © 2024. All rights reserved.