Uses of Interface
org.apache.sshd.common.channel.ChannelHolder
-
-
Uses of ChannelHolder in org.apache.sshd.client.channel
Subinterfaces of ChannelHolder in org.apache.sshd.client.channel Modifier and Type Interface Description interface
ClientChannelHolder
TODO Add javadocClasses in org.apache.sshd.client.channel that implement ChannelHolder 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 ChannelHolder in org.apache.sshd.client.subsystem
Subinterfaces of ChannelHolder in org.apache.sshd.client.subsystem Modifier and Type Interface Description interface
SubsystemClient
Classes in org.apache.sshd.client.subsystem that implement ChannelHolder Modifier and Type Class Description class
AbstractSubsystemClient
-
Uses of ChannelHolder in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement ChannelHolder Modifier and Type Class Description class
ChannelAsyncInputStream
class
ChannelAsyncOutputStream
class
ChannelOutputStream
class
Window
A Window for a given channel. -
Uses of ChannelHolder in org.apache.sshd.sftp.client
Subinterfaces of ChannelHolder in org.apache.sshd.sftp.client Modifier and Type Interface Description interface
FullAccessSftpClient
Provides both structured and raw SFTP accessinterface
SftpClient
-
Uses of ChannelHolder in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement ChannelHolder Modifier and Type Class Description private class
SftpFileSystem.Wrapper
-
Uses of ChannelHolder in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ChannelHolder Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
-