|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshConstants.Message | |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.channel | |
| org.apache.sshd.common.session | |
| org.apache.sshd.common.util | |
| Uses of SshConstants.Message in org.apache.sshd.common |
|---|
| Methods in org.apache.sshd.common that return SshConstants.Message | |
|---|---|
static SshConstants.Message |
SshConstants.Message.fromByte(byte b)
|
static SshConstants.Message |
SshConstants.Message.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SshConstants.Message[] |
SshConstants.Message.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.sshd.common with parameters of type SshConstants.Message | |
|---|---|
Buffer |
Session.createBuffer(SshConstants.Message cmd,
int estimatedSize)
Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header. |
| Uses of SshConstants.Message in org.apache.sshd.common.channel |
|---|
| Constructors in org.apache.sshd.common.channel with parameters of type SshConstants.Message | |
|---|---|
ChannelOutputStream(AbstractChannel channel,
Window remoteWindow,
org.slf4j.Logger log,
SshConstants.Message cmd)
|
|
| Uses of SshConstants.Message in org.apache.sshd.common.session |
|---|
| Methods in org.apache.sshd.common.session with parameters of type SshConstants.Message | |
|---|---|
Buffer |
AbstractSession.createBuffer(SshConstants.Message cmd,
int len)
Create a new buffer for the specified SSH packet and reserve the needed space (5 bytes) for the packet header. |
| Uses of SshConstants.Message in org.apache.sshd.common.util |
|---|
| Methods in org.apache.sshd.common.util that return SshConstants.Message | |
|---|---|
SshConstants.Message |
Buffer.getCommand()
|
| Methods in org.apache.sshd.common.util with parameters of type SshConstants.Message | |
|---|---|
void |
Buffer.putCommand(SshConstants.Message cmd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||