Package | Description |
---|---|
com.maverick.ssh |
This package contains a set of general interface contracts for SSH communication that
provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications.
|
com.maverick.ssh1 |
This package contains an SSH1 implementation of the
com.maverick.ssh interfaces.
|
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationCollector |
class |
SshClientAdapter |
Modifier and Type | Method and Description |
---|---|
void |
SshConnector.addListener(SshClientListener listener) |
void |
SshClient.addListener(SshClientListener listener)
Add a listener to this client.
|
void |
SshConnector.removeListener(SshClientListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Ssh1Client.addListener(SshClientListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
Ssh2Client.addListener(SshClientListener listener) |
Copyright © 2024. All rights reserved.