Package | Description |
---|---|
org.opendaylight.vtn.manager.internal.packet | |
org.opendaylight.vtn.manager.packet |
Constructor and Description |
---|
PacketInEvent(VTNPacketListener l,
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketReceived rcv,
SalPort ingress)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
Packet.postDeserializeCustomOperation(byte[] data,
int offset)
This method re-computes the checksum of the bits received on the wire
and validates it with the checksum in the bits received.
|
protected void |
ICMP.postSerializeCustomOperation(byte[] myBytes)
This method gets called at the end of the serialization process.
|
protected void |
IPv4.postSerializeCustomOperation(byte[] myBytes)
This method gets called at the end of the serialization process.
|
protected void |
Packet.postSerializeCustomOperation(byte[] myBytes)
This method gets called at the end of the serialization process.
|
byte[] |
Packet.serialize()
This method serializes the header and payload from the respective
packet class, into a single stream of bytes to be sent on the wire.
|
Copyright © 2018 OpenDaylight. All rights reserved.