Package | Description |
---|---|
com.maverick.agent.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.sftp |
This package contains the SSHTools SFTP client converted for use with the J2SSH
Maverick API.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSocketForwardingChannel |
Modifier and Type | Class and Description |
---|---|
class |
ChannelAdapter
An adapter for the ChannelEventListener.
|
Modifier and Type | Method and Description |
---|---|
void |
SshChannel.addChannelEventListener(ChannelEventListener listener)
Provides an event listening mechanism.
|
SshTunnel |
SshClient.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport transport,
ChannelEventListener listener)
Open a TCPIP forwarding channel to the remote computer.
|
SshSession |
SshClient.openSessionChannel(ChannelEventListener listener)
Open a session on the remote computer.
|
SshSession |
SshClient.openSessionChannel(ChannelEventListener listener,
long timeout)
Open a session on the remote computer.
|
SshSession |
SshClient.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener) |
SshSession |
SshClient.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener,
long timeout) |
void |
SshChannel.removeChannelEventListener(ChannelEventListener listener)
Provides an event listening mechanism.
|
Modifier and Type | Method and Description |
---|---|
SshTunnel |
Ssh1Client.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport transport,
ChannelEventListener listener) |
SshSession |
Ssh1Client.openSessionChannel(ChannelEventListener listener) |
SshSession |
Ssh1Client.openSessionChannel(ChannelEventListener listener,
long timeout) |
SshSession |
Ssh1Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener) |
SshSession |
Ssh1Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
Ssh2Channel.addChannelEventListener(ChannelEventListener listener) |
SshTunnel |
Ssh2Client.openForwardingChannel(String hostname,
int port,
String listeningAddress,
int listeningPort,
String originatingHost,
int originatingPort,
SshTransport sock,
ChannelEventListener listener) |
SshSession |
Ssh2Client.openSessionChannel(ChannelEventListener listener) |
SshSession |
Ssh2Client.openSessionChannel(ChannelEventListener listener,
long timeout) |
Ssh2Session |
Ssh2Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener)
Additional method to open a session with SSH2 specific features.
|
Ssh2Session |
Ssh2Client.openSessionChannel(int windowspace,
int packetsize,
ChannelEventListener listener,
long timeout) |
void |
Ssh2Channel.removeChannelEventListener(ChannelEventListener listener) |
Constructor and Description |
---|
SftpClient(SshClient ssh,
ChannelEventListener listener) |
SftpClient(SshClient ssh,
ChannelEventListener listener,
int timeout) |
SftpClient(SshClient ssh,
int version,
ChannelEventListener listener)
Constructs the SFTP client with a given channel event listener.
|
SftpClient(SshClient ssh,
int version,
int timeout,
ChannelEventListener listener)
Constructs the SFTP client with a given channel event listener.
|
Copyright © 2024. All rights reserved.