java.lang.Object
org.pcap4j.packet.IpV6SimpleTrafficClass
- All Implemented Interfaces:
Serializable,IpV6Packet.IpV6TrafficClass
- Since:
- pcap4j 0.9.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static IpV6SimpleTrafficClassnewInstance(byte value) toString()bytevalue()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
private final byte value
-
-
Constructor Details
-
IpV6SimpleTrafficClass
private IpV6SimpleTrafficClass(byte value)
-
-
Method Details
-
newInstance
- Parameters:
value- value- Returns:
- a new IpV6SimpleTrafficClass object.
-
value
public byte value()- Specified by:
valuein interfaceIpV6Packet.IpV6TrafficClass- Returns:
- value
-
toString
-
equals
-
hashCode
public int hashCode()
-