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