| Package | Description |
|---|---|
| org.apache.sshd.common.channel | |
| org.apache.sshd.common.session | |
| org.apache.sshd.common.util | |
| org.apache.sshd.common.util.buffer | |
| org.apache.sshd.server.global |
| Modifier and Type | Field and Description |
|---|---|
static Int2IntFunction |
AbstractChannel.RESPONSE_BUFFER_GROWTH_FACTOR
Default growth factor function used to resize response buffers
|
| Modifier and Type | Field and Description |
|---|---|
static Int2IntFunction |
AbstractConnectionService.RESPONSE_BUFFER_GROWTH_FACTOR
Default growth factor function used to resize response buffers
|
| Modifier and Type | Field and Description |
|---|---|
static Int2IntFunction |
Int2IntFunction.IDENTITY
An
Int2IntFunction that returns same value as input |
| Modifier and Type | Method and Description |
|---|---|
static Int2IntFunction |
Int2IntFunction.Utils.add(int delta) |
static Int2IntFunction |
Int2IntFunction.Utils.div(int factor) |
static Int2IntFunction |
Int2IntFunction.Utils.mul(int factor) |
static Int2IntFunction |
Int2IntFunction.Utils.sub(int delta) |
| Modifier and Type | Field and Description |
|---|---|
static Int2IntFunction |
BufferUtils.DEFAULT_BUFFER_GROWTH_FACTOR |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayBuffer.ensureCapacity(int capacity,
Int2IntFunction growthFactor) |
abstract void |
Buffer.ensureCapacity(int capacity,
Int2IntFunction growthFactor) |
| Modifier and Type | Field and Description |
|---|---|
static Int2IntFunction |
TcpipForwardHandler.RESPONSE_BUFFER_GROWTH_FACTOR
Default growth factor function used to resize response buffers
|
static Int2IntFunction |
CancelTcpipForwardHandler.RESPONSE_BUFFER_GROWTH_FACTOR
Default growth factor function used to resize response buffers
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.