public final class IpV6SimpleFlowLabel extends java.lang.Object implements IpV6Packet.IpV6FlowLabel
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static IpV6SimpleFlowLabel |
newInstance(int value) |
java.lang.String |
toString() |
int |
value() |
public static IpV6SimpleFlowLabel newInstance(int value)
value - valuepublic int value()
value in interface IpV6Packet.IpV6FlowLabelpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.