Package | Description |
---|---|
org.apache.sshd.common.session | |
org.apache.sshd.common.util.buffer |
Modifier and Type | Class and Description |
---|---|
class |
SessionWorkBuffer |
Modifier and Type | Method and Description |
---|---|
static ByteArrayBuffer |
ByteArrayBuffer.getCompactClone(byte[] data)
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
|
static ByteArrayBuffer |
ByteArrayBuffer.getCompactClone(byte[] data,
int offset,
int len)
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.