Uses of Interface
org.apache.sshd.common.channel.throttle.ChannelStreamWriter
Packages that use ChannelStreamWriter
Package
Description
-
Uses of ChannelStreamWriter in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ChannelStreamWriterModifier and TypeFieldDescriptionprivate final ChannelStreamWriterChannelAsyncOutputStream.packetWriterprivate final ChannelStreamWriterChannelOutputStream.packetWriter -
Uses of ChannelStreamWriter in org.apache.sshd.common.channel.throttle
Classes in org.apache.sshd.common.channel.throttle that implement ChannelStreamWriterModifier and TypeClassDescriptionclassA ChannelStreamWriter that simply calls theChannel.writePacket(Buffer)method.Methods in org.apache.sshd.common.channel.throttle that return ChannelStreamWriterModifier and TypeMethodDescriptionChannelStreamWriterResolver.resolveChannelStreamWriter(Channel channel, byte cmd) default ChannelStreamWriterChannelStreamWriterResolverManager.resolveChannelStreamWriter(Channel channel, byte cmd) -
Uses of ChannelStreamWriter in org.apache.sshd.contrib.common.channel.throttle
Classes in org.apache.sshd.contrib.common.channel.throttle that implement ChannelStreamWriterModifier and TypeClassDescriptionclassAChannelStreamWriterdelegate implementation that "throttles" the output by having a limit on the outstanding packets that have not been sent yet.Fields in org.apache.sshd.contrib.common.channel.throttle declared as ChannelStreamWriterModifier and TypeFieldDescriptionprivate final ChannelStreamWriterThrottlingChannelStreamWriter.delegateMethods in org.apache.sshd.contrib.common.channel.throttle that return ChannelStreamWriterConstructors in org.apache.sshd.contrib.common.channel.throttle with parameters of type ChannelStreamWriterModifierConstructorDescriptionThrottlingChannelStreamWriter(ChannelStreamWriter delegate, int maxPendingPackets, long maxWait) ThrottlingChannelStreamWriter(ChannelStreamWriter delegate, int maxPendingPackets, Duration maxWait) ThrottlingChannelStreamWriter(ChannelStreamWriter delegate, int maxPendingPackets, TimeUnit waitUnit, long waitCount) ThrottlingChannelStreamWriter(ChannelStreamWriter delegate, PropertyResolver resolver)