public final class IpV4Rfc791Tos extends java.lang.Object implements IpV4Packet.IpV4Tos
| Modifier and Type | Class and Description |
|---|---|
static class |
IpV4Rfc791Tos.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
IpV4Rfc791Tos.Builder |
getBuilder() |
boolean |
getEighthBit() |
IpV4TosPrecedence |
getPrecedence() |
boolean |
getSeventhBit() |
int |
hashCode() |
boolean |
isHighReliability() |
boolean |
isHighThroughput() |
boolean |
isLowDelay() |
static IpV4Rfc791Tos |
newInstance(byte value) |
java.lang.String |
toString() |
byte |
value() |
public static IpV4Rfc791Tos newInstance(byte value)
value - valuepublic IpV4TosPrecedence getPrecedence()
public boolean isLowDelay()
public boolean isHighThroughput()
public boolean isHighReliability()
public boolean getSeventhBit()
public boolean getEighthBit()
public byte value()
value in interface IpV4Packet.IpV4Tospublic IpV4Rfc791Tos.Builder getBuilder()
public 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.