| Package | Description |
|---|---|
| com.maverick.ssh.message | |
| com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
SshAbstractChannel.processChannelMessage(SshChannelMessage m) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Ssh2Channel.processChannelMessage(SshChannelMessage msg)
Processes channel request messages by passing the request through to channelRequest()
.
|
protected void |
Ssh2Session.processExtendedData(int typecode,
int length,
SshChannelMessage msg) |
protected void |
Ssh2Channel.processExtendedData(int typecode,
int length,
SshChannelMessage msg)
Called when extended data arrives.
|
protected void |
Ssh2Channel.processStandardData(int length,
SshChannelMessage msg)
Called when channel data arrives, by default this method makes the data
available in the channels InputStream.
|
Copyright © 2025. All rights reserved.