Package | Description |
---|---|
com.maverick.agent.client | |
com.maverick.ssh.message | |
com.maverick.ssh2 |
This package contains an SSH2 implementation of the
com.maverick.ssh interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSocketForwardingChannel |
Modifier and Type | Method and Description |
---|---|
protected SshAbstractChannel[] |
SshMessageRouter.getActiveChannels() |
Modifier and Type | Method and Description |
---|---|
protected int |
SshMessageRouter.allocateChannel(SshAbstractChannel channel) |
protected void |
SshMessageRouter.freeChannel(SshAbstractChannel channel) |
protected SshMessage |
SshMessageRouter.nextMessage(SshAbstractChannel channel,
MessageObserver observer,
long timeout) |
Constructor and Description |
---|
SshMessageStore(SshMessageRouter manager,
SshAbstractChannel channel,
MessageObserver stickyMessageObserver) |
Modifier and Type | Class and Description |
---|---|
class |
Ssh2Channel
All terminal sessions, forwarded connections, etc are channels and this class
implements the base SSH2 channel.
|
class |
Ssh2Session
This class implements the SSH2 session channel, unlike SSH1 multiple sessions
can be opened on the same SSH connection.
|
Modifier and Type | Method and Description |
---|---|
void |
Ssh2Client.openChannel(SshAbstractChannel channel)
Additional method to open a custom SSH2 channel.
|
Copyright © 2024. All rights reserved.