Modifier and Type | Method and Description |
---|---|
void |
VTNManagerProvider.transmit(SalPort egress,
Packet packet)
Transmit the given packet.
|
Modifier and Type | Method and Description |
---|---|
void |
VTNManagerProvider.transmit(List<org.apache.commons.lang3.tuple.Pair<SalPort,Packet>> packets)
Transmit all the given packets.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketOutQueue.enqueue(SalPort egress,
Packet packet)
Enqueue the given packet to the transmission queue.
|
void |
VTNPacketService.transmit(SalPort egress,
Packet packet)
Transmit the given packet.
|
Modifier and Type | Method and Description |
---|---|
void |
VTNPacketService.transmit(List<org.apache.commons.lang3.tuple.Pair<SalPort,Packet>> packets)
Transmit all the given packets.
|
Modifier and Type | Method and Description |
---|---|
Packet |
CachedPacket.getPacket()
Return a
Packet instance. |
Packet |
EtherPacket.getPayload()
Return the payload in the Ethernet frame.
|
Modifier and Type | Method and Description |
---|---|
void |
EtherPacket.setPayload(Packet packet)
Set the payload of the Ethernet frame.
|
Modifier and Type | Method and Description |
---|---|
void |
VTNManagerProviderImpl.transmit(SalPort egress,
Packet packet)
Transmit the given packet.
|
Modifier and Type | Method and Description |
---|---|
void |
VTNManagerProviderImpl.transmit(List<org.apache.commons.lang3.tuple.Pair<SalPort,Packet>> packets)
Transmit all the given packets.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketContext.transmit(SalPort egress,
Packet packet)
Transmit the given packet.
|
Modifier and Type | Class and Description |
---|---|
class |
ARP
ARP describes an ARP packet. |
class |
Ethernet
Ethernet describes an Ethernet frame. |
class |
EtherTypePacket<T extends EtherTypePacket>
EtherTypePacket describes an layer 2 packet that contains Ethernet
type and layer 3 packet. |
class |
ICMP
ICMP describes an ICMP packet. |
class |
IEEE8021Q
IEEE8021Q describes an IEEE 802.1Q VLAN tag. |
class |
IPv4
IPv4 describes an IP version 4 packet. |
class |
PortPacket<T extends PortPacket>
Abstract class that describes protocol packet which identifies the service
using 16-bit port number.
|
class |
TCP
TCP describes an TCP packet. |
class |
UDP
UDP describes an UDP packet. |
Modifier and Type | Method and Description |
---|---|
Packet |
Packet.clone()
Return a deep copy of this packet.
|
Packet |
Packet.deserialize(byte[] data,
int bitOffset,
int size)
This method deserializes the data bits obtained from the wire into the
respective header and payload which are of type Packet.
|
Packet |
Packet.getPayload()
Return the packet encapsulated by this packet.
|
Modifier and Type | Method and Description |
---|---|
void |
IPv4.setPayload(Packet p)
Set the packet encapsulated by this IPv4 packet.
|
void |
Packet.setPayload(Packet p)
Set the packet encapsulated by this packet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Packet.setPayloadClass(Class<? extends Packet> cls)
Set a class that specifies the type of packets encapsulated by this
packet.
|
Copyright © 2018 OpenDaylight. All rights reserved.