Package | Description |
---|---|
com.maverick.pool | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SshClientFactory.configureConnector(SshConnector con)
Configure the connector.
|
void |
SshClientAdapter.configureConnector(SshConnector con) |
Modifier and Type | Method and Description |
---|---|
static SshConnector |
SshConnector.createInstance()
Deprecated.
Use alternative createInstance method that specifies a minimum SecurityLevel for your application and
|
static SshConnector |
SshConnector.createInstance(ExecutorService executorService)
Deprecated.
Use alternative createInstance method that specifies a minimum SecurityLevel for your application
|
static SshConnector |
SshConnector.createInstance(ExecutorService executor,
SecurityLevel securityLevel,
boolean managedSecurity)
Returns an instance of the
SshConnector . |
static SshConnector |
SshConnector.createInstance(ExecutorService executor,
SecurityPolicy securityPolicy) |
static SshConnector |
SshConnector.createInstance(SecurityLevel securityLevel,
boolean managedSecurity) |
static SshConnector |
SshConnector.createInstance(SecurityPolicy securityPolicy) |
static SshConnector |
SshConnector.createManagedInstance(SecurityLevel securityLevel) |
Copyright © 2024. All rights reserved.