|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Client | |
|---|---|
| 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. |
| com.sshtools.net | This package contains a set of network utilities for the J2SSH Maverick API. |
| com.sshtools.scp | This package contains the SSHTools SCP implementation converted to use the J2SSH Maverick API's SCP engine. |
| com.sshtools.sftp | This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. |
| Uses of Client in com.maverick.ssh |
|---|
| Subinterfaces of Client in com.maverick.ssh | |
|---|---|
interface |
SshClient
This interface defines the general contract for an SSH client that is compatible for both the SSH1 and SSH2 protocols. |
| Classes in com.maverick.ssh that implement Client | |
|---|---|
class |
Shell
This class provides an enhanced user shell that enables the user to trap the output of single commands in a ShellProcess. |
| Uses of Client in com.maverick.ssh1 |
|---|
| Classes in com.maverick.ssh1 that implement Client | |
|---|---|
class |
Ssh1Client
Implementation of an SshClient for the SSH1 protocol; no additional features are currently implemented outside of the general SshClient contract. |
| Uses of Client in com.maverick.ssh2 |
|---|
| Classes in com.maverick.ssh2 that implement Client | |
|---|---|
class |
Ssh2Client
Implementation of an SshClient for the SSH2 protocol; this provides the ability to create custom channels and sending/receiving of global requests in addition to the standard SshClient contract. |
| Uses of Client in com.sshtools.net |
|---|
| Classes in com.sshtools.net that implement Client | |
|---|---|
class |
ForwardingClient
Provides management of port forwarding connections and active tunnels. |
| Uses of Client in com.sshtools.scp |
|---|
| Classes in com.sshtools.scp that implement Client | |
|---|---|
class |
ScpClient
Implements an SCP (Secure Copy) client which may be useful for SSH1 connections and SSH2 where SFTP is not available. |
| Uses of Client in com.sshtools.sftp |
|---|
| Classes in com.sshtools.sftp that implement Client | |
|---|---|
class |
SftpClient
Implements a Secure File Transfer (SFTP) client. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||