Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.sftp |
The base implementation of the SFTP protocol enabling SFTP to be
operated over both SSH1 and SSH2 connections.
|
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.ssh.message | |
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Class and Description |
---|
SshAbstractChannel |
Class and Description |
---|
Message |
Class and Description |
---|
SshMessageRouter
This abstract class provides a synchronized message routing framework that can be used
for both the SSH1 and SSH2 protocols.
|
Class and Description |
---|
Message |
MessageHolder |
MessageObserver |
MessageStore |
SshAbstractChannel |
SshChannelMessage |
SshMessage |
SshMessageReader |
SshMessageRouter
This abstract class provides a synchronized message routing framework that can be used
for both the SSH1 and SSH2 protocols.
|
SshMessageStore
This class is the central storage location for channel messages; each channel
has its own message store and the message pump delivers them here where they
are stored in a lightweight linked list.
|
Class and Description |
---|
MessageObserver |
SshAbstractChannel |
SshChannelMessage |
SshMessageReader |
SshMessageStore
This class is the central storage location for channel messages; each channel
has its own message store and the message pump delivers them here where they
are stored in a lightweight linked list.
|
Copyright © 2024. All rights reserved.