public class IP6Header extends Header
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDstAddr() |
Returns the destination IPv6 Address of this Header
|
String |
getFlowLabel() |
Returns the flow label of this Header.
|
int |
getHeaderLen() |
Returns the length of this header.
|
String |
getHopLimit() |
Returns the hop limit of this Header.
|
Header |
getNextHeader() |
Returns the next header in this packet.
|
String |
getNextHeaderDec() |
Returns the next header identifier.
|
String |
getPayloadLength() |
Returns the payload length of this Header.
|
String |
getSrcAddr() |
Returns the source IPv6 Address of this Header.
|
String |
getTrafficClass() |
Returns the traffic class of this Header.
|
String |
getVersion() |
Returns the version of this Header.
|
String |
toString(FormatProperties filter) |
Returns a printable representation of this header.
|
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toStringpublic int getHeaderLen()
getHeaderLen in class Headerpublic Header getNextHeader()
HeadergetNextHeader in class Headerpublic String toString(FormatProperties filter)
public String getVersion()
public String getTrafficClass()
public String getFlowLabel()
public String getPayloadLength()
public String getNextHeaderDec()
public String getHopLimit()
public String getSrcAddr()
public String getDstAddr()
Copyright © 2024. All rights reserved.