Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.client.subsystem | |
org.apache.sshd.common.channel | |
org.apache.sshd.sftp.client | |
org.apache.sshd.sftp.client.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientChannelHolder
TODO Add javadoc
|
Modifier and Type | Interface and Description |
---|---|
interface |
SubsystemClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubsystemClient |
Modifier and Type | Class and Description |
---|---|
class |
ChannelAsyncInputStream |
class |
ChannelAsyncOutputStream |
class |
ChannelOutputStream |
class |
LocalWindow
A
Window that describes how much data this side is prepared to receive from the peer. |
class |
RemoteWindow
A
Window reflecting this side's view of the peer's LocalWindow . |
class |
Window
A
Channel implements a sliding window flow control for data packets (SSH_MSG_CHANNEL_DATA and
SSH_MSG_CHANNEL_EXTENDED_DATA packets). |
Modifier and Type | Interface and Description |
---|---|
interface |
FullAccessSftpClient
Provides both structured and raw SFTP access
|
interface |
SftpClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.