Uses of Interface
org.apache.sshd.common.channel.AbstractChannel.PacketValidator
Packages that use AbstractChannel.PacketValidator
-
Uses of AbstractChannel.PacketValidator in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as AbstractChannel.PacketValidatorModifier and TypeFieldDescriptionstatic final AbstractChannel.PacketValidator
AbstractChannel.DEFAULT_PACKET_VALIDATOR
A defaultAbstractChannel.PacketValidator
that enforces that the packet size is not greater than the maximum packet size of the channel's local window.private AbstractChannel.PacketValidator
AbstractChannel.packetValidator
Methods in org.apache.sshd.common.channel that return AbstractChannel.PacketValidatorModifier and TypeMethodDescriptionAbstractChannel.getPacketValidator()
Retrieves the currently setAbstractChannel.PacketValidator
.Methods in org.apache.sshd.common.channel with parameters of type AbstractChannel.PacketValidatorModifier and TypeMethodDescriptionvoid
AbstractChannel.setPacketValidator
(AbstractChannel.PacketValidator validator) Sets aAbstractChannel.PacketValidator
.