| Package | Description |
|---|---|
| org.apache.sshd.common.channel |
| Modifier and Type | Method and Description |
|---|---|
RemoteWindow |
AbstractChannel.getRemoteWindow() |
RemoteWindow |
Channel.getRemoteWindow() |
| Constructor and Description |
|---|
ChannelOutputStream(AbstractChannel channel,
RemoteWindow remoteWindow,
Duration maxWaitTimeout,
org.slf4j.Logger log,
byte cmd,
boolean eofOnClose) |
ChannelOutputStream(AbstractChannel channel,
RemoteWindow remoteWindow,
org.slf4j.Logger log,
byte cmd,
boolean eofOnClose) |
ChannelOutputStream(AbstractChannel channel,
RemoteWindow remoteWindow,
long maxWaitTimeout,
org.slf4j.Logger log,
byte cmd,
boolean eofOnClose) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.