Uses of Class
org.pcap4j.packet.TcpSackPermittedOption
-
Packages that use TcpSackPermittedOption Package Description org.pcap4j.packet -
-
Uses of TcpSackPermittedOption in org.pcap4j.packet
Fields in org.pcap4j.packet declared as TcpSackPermittedOption Modifier and Type Field Description private static TcpSackPermittedOptionTcpSackPermittedOption. INSTANCEMethods in org.pcap4j.packet that return TcpSackPermittedOption Modifier and Type Method Description static TcpSackPermittedOptionTcpSackPermittedOption. getInstance()static TcpSackPermittedOptionTcpSackPermittedOption. newInstance(byte[] rawData, int offset, int length)A static factory method.
-