Uses of Interface
org.pcap4j.packet.TcpPacket.TcpOption
-
Packages that use TcpPacket.TcpOption Package Description org.pcap4j.packet org.pcap4j.packet.factory.propertiesbased org.pcap4j.packet.factory.statik -
-
Uses of TcpPacket.TcpOption in org.pcap4j.packet
Classes in org.pcap4j.packet that implement TcpPacket.TcpOption Modifier and Type Class Description classIllegalTcpOptionclassTcpEndOfOptionListclassTcpMaximumSegmentSizeOptionclassTcpNoOperationOptionclassTcpSackOptionclassTcpSackPermittedOptionclassTcpTimestampsOptionclassTcpWindowScaleOptionclassUnknownTcpOptionFields in org.pcap4j.packet with type parameters of type TcpPacket.TcpOption Modifier and Type Field Description private java.util.List<TcpPacket.TcpOption>TcpPacket.Builder. optionsprivate java.util.List<TcpPacket.TcpOption>TcpPacket.TcpHeader. optionsMethods in org.pcap4j.packet that return types with arguments of type TcpPacket.TcpOption Modifier and Type Method Description java.util.List<TcpPacket.TcpOption>TcpPacket.TcpHeader. getOptions()Method parameters in org.pcap4j.packet with type arguments of type TcpPacket.TcpOption Modifier and Type Method Description TcpPacket.BuilderTcpPacket.Builder. options(java.util.List<TcpPacket.TcpOption> options) -
Uses of TcpPacket.TcpOption in org.pcap4j.packet.factory.propertiesbased
Methods in org.pcap4j.packet.factory.propertiesbased that return TcpPacket.TcpOption Modifier and Type Method Description TcpPacket.TcpOptionPropertiesBasedTcpOptionFactory. newInstance(byte[] rawData, int offset, int length)TcpPacket.TcpOptionPropertiesBasedTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends TcpPacket.TcpOption> dataClass)TcpPacket.TcpOptionPropertiesBasedTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, TcpOptionKind number)Methods in org.pcap4j.packet.factory.propertiesbased that return types with arguments of type TcpPacket.TcpOption Modifier and Type Method Description java.lang.Class<? extends TcpPacket.TcpOption>PropertiesBasedTcpOptionFactory. getTargetClass()java.lang.Class<? extends TcpPacket.TcpOption>PropertiesBasedTcpOptionFactory. getTargetClass(TcpOptionKind number)java.lang.Class<? extends TcpPacket.TcpOption>PacketFactoryPropertiesLoader. getTcpOptionClass(TcpOptionKind type)java.lang.Class<? extends TcpPacket.TcpOption>PacketFactoryPropertiesLoader. getUnknownTcpOptionClass()Method parameters in org.pcap4j.packet.factory.propertiesbased with type arguments of type TcpPacket.TcpOption Modifier and Type Method Description TcpPacket.TcpOptionPropertiesBasedTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, java.lang.Class<? extends TcpPacket.TcpOption> dataClass) -
Uses of TcpPacket.TcpOption in org.pcap4j.packet.factory.statik
Methods in org.pcap4j.packet.factory.statik that return TcpPacket.TcpOption Modifier and Type Method Description TcpPacket.TcpOptionStaticTcpOptionFactory.Instantiater. newInstance(byte[] rawData, int offset, int length)TcpPacket.TcpOptionStaticTcpOptionFactory. newInstance(byte[] rawData, int offset, int length)TcpPacket.TcpOptionStaticTcpOptionFactory. newInstance(byte[] rawData, int offset, int length, TcpOptionKind number)Methods in org.pcap4j.packet.factory.statik that return types with arguments of type TcpPacket.TcpOption Modifier and Type Method Description java.lang.Class<? extends TcpPacket.TcpOption>StaticTcpOptionFactory. getTargetClass()java.lang.Class<? extends TcpPacket.TcpOption>StaticTcpOptionFactory. getTargetClass(TcpOptionKind number)java.lang.Class<? extends TcpPacket.TcpOption>StaticTcpOptionFactory.Instantiater. getTargetClass()
-