Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.agent |
Modifier and Type | Method and Description |
---|---|
protected abstract byte[] |
SocketForwardingChannel.openChannel(byte[] parm1) |
protected byte[] |
SessionChannel.openChannel(byte[] data) |
protected byte[] |
RemoteForwardingChannel.openChannel(byte[] requestdata) |
protected byte[] |
LocalForwardingChannel.openChannel(byte[] requestdata)
Open a forwarding channel.
|
protected abstract byte[] |
Channel.openChannel(byte[] requestdata)
Called when the channel is being opened.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AgentForwardingChannel.openChannel(byte[] requestdata) |
Copyright © 2024. All rights reserved.