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.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Method and Description |
---|---|
Ssh2Context |
SshConnector.getContext()
Get the SSH2 context
|
Modifier and Type | Method and Description |
---|---|
Ssh2Context |
TransportProtocol.getContext() |
Ssh2Context |
AbstractClientTransport.getContext() |
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.
|
Copyright © 2024. All rights reserved.