Interface IpV4Packet.IpV4Tos
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IpV4Rfc1349Tos, IpV4Rfc791Tos
- Enclosing class:
IpV4Packet
The interface representing an IPv4 TOS. If you use
, classes which implement this interface must implement the
following method:
invalid reference
PropertiesBasedPacketFactory
public static IpV4Tos newInstance(byte value)- Since:
- pcap4j 0.9.11
-
Method Summary
-
Method Details
-
value
byte value()- Returns:
- value
-