| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
SshMessageRouter |
SshChannel.getMessageRouter()
Returns the message router instance to which this channel belongs.
|
| Modifier and Type | Field and Description |
|---|---|
protected SshMessageRouter |
SshAbstractChannel.manager |
| Modifier and Type | Method and Description |
|---|---|
SshMessageRouter |
SshAbstractChannel.getMessageRouter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SshAbstractChannel.init(SshMessageRouter manager,
int channelid) |
| Constructor and Description |
|---|
SshMessageStore(SshMessageRouter manager,
SshAbstractChannel channel,
MessageObserver stickyMessageObserver) |
Copyright © 2025. All rights reserved.