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.PacketValidatorAbstractChannel.DEFAULT_PACKET_VALIDATORA defaultAbstractChannel.PacketValidatorthat enforces that the packet size is not greater than the maximum packet size of the channel's local window.private AbstractChannel.PacketValidatorAbstractChannel.packetValidatorMethods 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 TypeMethodDescriptionvoidAbstractChannel.setPacketValidator(AbstractChannel.PacketValidator validator) Sets aAbstractChannel.PacketValidator.