Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.client.subsystem | |
org.apache.sshd.client.subsystem.sftp | |
org.apache.sshd.client.subsystem.sftp.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientChannelPendingMessagesQueue
This is a specialized
SshFutureListener that is used to enqueue data
that is sent while the channel is being set-up, so that when it is established
it will send them in the same order as they have been received. |
Modifier and Type | Interface and Description |
---|---|
interface |
SubsystemClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubsystemClient |
Modifier and Type | Interface and Description |
---|---|
interface |
SftpClient |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpClient |
class |
DefaultSftpClient |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.