Uses of Interface
org.apache.sshd.common.channel.throttle.ChannelStreamWriter
-
Packages that use ChannelStreamWriter Package Description org.apache.sshd.common.channel.throttle -
-
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 classDefaultChannelStreamWriterA ChannelStreamWriter that simply calls theChannel.writePacket(Buffer)method.Methods in org.apache.sshd.common.channel.throttle that return ChannelStreamWriter Modifier and Type Method Description ChannelStreamWriterChannelStreamWriterResolver. resolveChannelStreamWriter(Channel channel, byte cmd)default ChannelStreamWriterChannelStreamWriterResolverManager. resolveChannelStreamWriter(Channel channel, byte cmd)
-