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 javadoc -
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.common.channel
Classes in org.apache.sshd.common.channel that implement ChannelHolder Modifier and Type Class Description classChannelAsyncInputStreamclassChannelAsyncOutputStreamclassChannelOutputStreamclassLocalWindowAWindowthat describes how much data this side is prepared to receive from the peer.classRemoteWindowAWindowreflecting this side's view of the peer'sLocalWindow.classWindowAChannelimplements a sliding window flow control for data packets (SSH_MSG_CHANNEL_DATA and SSH_MSG_CHANNEL_EXTENDED_DATA packets). -
Uses of ChannelHolder in org.apache.sshd.sftp.client
Subinterfaces of ChannelHolder in org.apache.sshd.sftp.client Modifier and Type Interface Description interfaceFullAccessSftpClientProvides both structured and raw SFTP accessinterfaceSftpClient -
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 classSftpFileSystem.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 classAbstractSftpClientclassDefaultSftpClient
-