Uses of Interface
org.apache.sshd.common.channel.throttle.ChannelStreamWriter
-
Packages that use ChannelStreamWriter Package Description org.apache.sshd.common.channel org.apache.sshd.common.channel.throttle -
-
Uses of ChannelStreamWriter in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ChannelStreamWriter Modifier and Type Field Description private ChannelStreamWriter
ChannelAsyncOutputStream. packetWriter
private ChannelStreamWriter
ChannelOutputStream. packetWriter
-
Uses of ChannelStreamWriter in org.apache.sshd.common.channel.throttle
Classes in org.apache.sshd.common.channel.throttle that implement ChannelStreamWriter Modifier and Type Class Description class
DefaultChannelStreamWriter
A ChannelStreamWriter that simply calls theChannel.writePacket(Buffer)
method.Methods in org.apache.sshd.common.channel.throttle that return ChannelStreamWriter Modifier and Type Method Description ChannelStreamWriter
ChannelStreamWriterResolver. resolveChannelStreamWriter(Channel channel, byte cmd)
default ChannelStreamWriter
ChannelStreamWriterResolverManager. resolveChannelStreamWriter(Channel channel, byte cmd)
-