|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshConnector | |
| 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. |
| Uses of SshConnector in com.maverick.ssh |
| Methods in com.maverick.ssh that return SshConnector | |
static SshConnector |
SshConnector.getInstance()
Returns an instance of the SshConnector. |
| Methods in com.maverick.ssh with parameters of type SshConnector | |
void |
SshClient.connect(SshTransport transport,
SshContext context,
SshConnector connector,
java.lang.String username,
java.lang.String localIdentification,
java.lang.String remoteIdentification,
boolean buffered)
Connect to an SSH server. |
SshClient |
SshClient.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
Open up an SSH client from the remote machine to another remote server. |
| Uses of SshConnector in com.maverick.ssh1 |
| Methods in com.maverick.ssh1 with parameters of type SshConnector | |
void |
Ssh1Client.connect(SshTransport transport,
SshContext context,
SshConnector connector,
java.lang.String username,
java.lang.String localIdentification,
java.lang.String remoteIdentification,
boolean buffered)
|
SshClient |
Ssh1Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
|
| Uses of SshConnector in com.maverick.ssh2 |
| Methods in com.maverick.ssh2 with parameters of type SshConnector | |
void |
Ssh2Client.connect(SshTransport io,
SshContext context,
SshConnector connector,
java.lang.String username,
java.lang.String localIdentification,
java.lang.String remoteIdentification,
boolean buffered)
|
SshClient |
Ssh2Client.openRemoteClient(java.lang.String hostname,
int port,
java.lang.String username,
SshConnector con)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||