| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.channel | |
| org.apache.sshd.server.channel |
| Modifier and Type | Method and Description |
|---|---|
Window |
Channel.getLocalWindow() |
Window |
Channel.getRemoteWindow() |
| Modifier and Type | Field and Description |
|---|---|
protected Window |
AbstractChannel.localWindow |
protected Window |
AbstractChannel.remoteWindow |
| Modifier and Type | Method and Description |
|---|---|
Window |
AbstractChannel.getLocalWindow() |
Window |
AbstractChannel.getRemoteWindow() |
| Constructor and Description |
|---|
ChannelOutputStream(AbstractChannel channel,
Window remoteWindow,
org.slf4j.Logger log,
byte cmd) |
ChannelPipedInputStream(Window localWindow) |
| Constructor and Description |
|---|
PipeDataReceiver(Window localWindow) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.