-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IpV4Rfc1349Tos,IpV4Rfc791Tos
- Enclosing class:
- IpV4Packet
public static interface IpV4Packet.IpV4Tos extends java.io.SerializableThe interface representing an IPv4 TOS. If you usePropertiesBasedPacketFactory, classes which implement this interface must implement the following method:public static IpV4Tos newInstance(byte value)- Since:
- pcap4j 0.9.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description bytevalue()
-