| java.lang.Object | ||
| ↳ | net.schmizz.sshj.common.Buffer<T extends net.schmizz.sshj.common.Buffer<T>> | |
| ↳ | net.schmizz.sshj.common.SSHPacket | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.common.Buffer
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.common.Buffer
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs new buffer for the specified SSH packet and reserves the needed space (5 bytes) for the packet
header.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Writes a byte indicating the SSH message identifier
| |||||||||||
Reads an SSH byte and returns it as
Message | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.common.Buffer
| |||||||||||
From class
java.lang.Object
| |||||||||||
| size |
|---|
| data |
|---|
Constructs new buffer for the specified SSH packet and reserves the needed space (5 bytes) for the packet header.
| msg | The SSH command |
|---|
Writes a byte indicating the SSH message identifier
| msg | The identifier as a Message type |
|---|
Reads an SSH byte and returns it as Message
| Buffer.BufferException |
|---|