| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.impl.ganymed |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.j2ssh |
J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
|
| net.sf.sshapi.impl.jsch |
JSch is a pure Java implementation of SSH2.
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.trilead |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProvider
Abstract implementation of an
SshProvider, providing some common
methods. |
| Modifier and Type | Method and Description |
|---|---|
protected static SshProvider |
DefaultProviderFactory.createProviderInstance(java.lang.String className) |
static SshProvider[] |
DefaultProviderFactory.getAllProviders()
Get all discovered providers.
|
SshProvider |
DefaultProviderFactory.getProvider()
Get the default provider.
|
SshProvider |
AbstractClient.getProvider() |
SshProvider |
SshClient.getProvider()
Get the provider that created this client.
|
SshProvider |
DefaultProviderFactory.getProvider(SshConfiguration configuration) |
SshProvider |
SshProviderFactory.getProvider(SshConfiguration configuration)
Create a new
SshProvider using a specified configuration. |
static SshProvider |
DefaultProviderFactory.getProviderByName(java.lang.String providerName)
Get a provider given it's name.
|
protected static SshProvider |
DefaultProviderFactory.loadFromProperties(java.util.Properties properties) |
protected static SshProvider |
DefaultProviderFactory.loadFromProperties(java.net.URL resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.init(SshProvider provider) |
void |
SshClient.init(SshProvider provider)
Called after instantiation to initialise the client and supply the
provider that created it.
|
void |
SshConfiguration.providerHasCapabilities(SshProvider provider)
Test if a provider has all the capbilities required by this
configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GanymedSshProvider
Provider implementation for Ganymed
|
| Modifier and Type | Class and Description |
|---|---|
class |
J2SshProvider
Provider implementation for J2SSH.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JschSshProvider
Provider implementation for JSch
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibsshSshProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
MaverickSshProvider
Provider implementation for Maverick SSH.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrileadSshProvider
Provider implementation for Trilead
|
Copyright © 2018. All rights reserved.