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 interfaceClientChannelHolderTODO Add javadocClasses in org.apache.sshd.client.channel that implement ChannelHolder Modifier and Type Class Description classClientChannelPendingMessagesQueueThis is a specializedSshFutureListenerthat 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 interfaceSubsystemClientClasses in org.apache.sshd.client.subsystem that implement ChannelHolder Modifier and Type Class Description classAbstractSubsystemClient -
Uses of ChannelHolder in org.apache.sshd.client.subsystem.sftp
Subinterfaces of ChannelHolder in org.apache.sshd.client.subsystem.sftp Modifier and Type Interface Description interfaceSftpClient -
Uses of ChannelHolder in org.apache.sshd.client.subsystem.sftp.fs
Classes in org.apache.sshd.client.subsystem.sftp.fs that implement ChannelHolder Modifier and Type Class Description private classSftpFileSystem.Wrapper -
Uses of ChannelHolder in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement ChannelHolder Modifier and Type Class Description classAbstractSftpClientclassDefaultSftpClient -
Uses of ChannelHolder in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement ChannelHolder Modifier and Type Class Description classChannelAsyncInputStreamclassChannelAsyncOutputStreamclassChannelOutputStreamclassWindowA Window for a given channel.
-