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