| Package | Description |
|---|---|
| org.apache.sshd.common.io | |
| org.apache.sshd.common.util | |
| org.apache.sshd.common.util.buffer |
| Modifier and Type | Method and Description |
|---|---|
void |
IoHandler.messageReceived(IoSession session,
Readable message) |
| Modifier and Type | Method and Description |
|---|---|
static Readable |
Readable.readable(ByteBuffer buffer)
Wrap a
ByteBuffer as a Readable instance |
| Modifier and Type | Class and Description |
|---|---|
class |
Buffer
Provides an abstract message buffer for encoding SSH messages
|
class |
ByteArrayBuffer
Provides an implementation of
Buffer using a backing byte array |
| Modifier and Type | Method and Description |
|---|---|
void |
Buffer.putBuffer(Readable buffer) |
int |
ByteArrayBuffer.putBuffer(Readable buffer,
boolean expand) |
abstract int |
Buffer.putBuffer(Readable buffer,
boolean expand) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.