Package org.pcap4j.packet
Interface IpV4Packet.IpV4Tos
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IpV4Rfc1349Tos
,IpV4Rfc791Tos
- Enclosing class:
- IpV4Packet
public static interface IpV4Packet.IpV4Tos extends java.io.Serializable
The 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
- Author:
- Kaito Yamada
-
-
Method Summary
Modifier and Type Method Description byte
value()
-