| Package | Description |
|---|---|
| org.apache.sshd.common.channel |
| Modifier and Type | Field and Description |
|---|---|
static AbstractChannel.PacketValidator |
AbstractChannel.DEFAULT_PACKET_VALIDATOR
A default
AbstractChannel.PacketValidator that enforces that the packet size is not greater than the maximum packet size
of the channel's local window. |
| Modifier and Type | Method and Description |
|---|---|
AbstractChannel.PacketValidator |
AbstractChannel.getPacketValidator()
Retrieves the currently set
AbstractChannel.PacketValidator. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractChannel.setPacketValidator(AbstractChannel.PacketValidator validator)
Sets a
AbstractChannel.PacketValidator. |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.