public interface PacketHeader
PacketHeader describes a class that keeps protocol headers
for each protocol layer.| Modifier and Type | Method and Description |
|---|---|
EtherHeader |
getEtherHeader()
Return an
EtherHeader instance which describes an Ethernet
header and IEEE 802.1Q VLAN tag. |
String |
getHeaderDescription()
Return a description about protocol headers.
|
InetHeader |
getInetHeader()
Returns an
InetHeader instance which describes an IP header. |
Layer4Header |
getLayer4Header()
Returns a
Layer4Header instance which describes a layer 4
protocol header. |
EtherHeader getEtherHeader()
EtherHeader instance which describes an Ethernet
header and IEEE 802.1Q VLAN tag.EtherHeader instance.InetHeader getInetHeader()
InetHeader instance which describes an IP header.InetHeader instance if a packet associated with
this instance is an IP packet. Otherwise null.Layer4Header getLayer4Header()
Layer4Header instance which describes a layer 4
protocol header.Layer4Header instance if a packet associated with
this instance contains a layer 4 protocol header.
Otherwise null.String getHeaderDescription()
Copyright © 2018 OpenDaylight. All rights reserved.