- java.lang.Object
-
- org.pcap4j.packet.constant.Ssh2CompressionAlgorithmName
-
public final class Ssh2CompressionAlgorithmName extends java.lang.ObjectCompression Algorithm Name https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml#ssh-parameters-20- Since:
- pcap4j 1.0.1
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSsh2CompressionAlgorithmName()
-
-
-
Field Detail
-
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
-
ZLIB
public static final java.lang.String ZLIB
- See Also:
- Constant Field Values
-
-