Uses of Class
org.pcap4j.packet.TcpSackOption
-
Packages that use TcpSackOption Package Description org.pcap4j.packet -
-
Uses of TcpSackOption in org.pcap4j.packet
Methods in org.pcap4j.packet that return TcpSackOption Modifier and Type Method Description TcpSackOptionTcpSackOption.Builder. build()static TcpSackOptionTcpSackOption. newInstance(byte[] rawData, int offset, int length)A static factory method.Constructors in org.pcap4j.packet with parameters of type TcpSackOption Constructor Description Builder(TcpSackOption option)
-