Uses of Interface
org.apache.sshd.client.channel.ClientChannelHolder
-
Packages that use ClientChannelHolder 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 -
-
Uses of ClientChannelHolder in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannelHolder Modifier and Type Class Description class
ClientChannelPendingMessagesQueue
This is a specializedSshFutureListener
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. -
Uses of ClientChannelHolder in org.apache.sshd.client.subsystem
Subinterfaces of ClientChannelHolder in org.apache.sshd.client.subsystem Modifier and Type Interface Description interface
SubsystemClient
Classes in org.apache.sshd.client.subsystem that implement ClientChannelHolder Modifier and Type Class Description class
AbstractSubsystemClient
-
Uses of ClientChannelHolder in org.apache.sshd.client.subsystem.sftp
Subinterfaces of ClientChannelHolder in org.apache.sshd.client.subsystem.sftp Modifier and Type Interface Description interface
SftpClient
-
Uses of ClientChannelHolder in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement ClientChannelHolder Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
-