| Package | Description |
|---|---|
| com.h3c.of.ctl.pkt |
Public API for the OpenFlow Packet Sequencer and participating
Packet Listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SequencedPacketAdapter.errorEvent(ErrorEvent event)
This callback will be invoked if an unexpected error occurred during
the sequencer's attempt to send the Packet-Out message back
to the datapath via the controller, as a result of the packet listener
returning
true from its event() callback. |
void |
SequencedPacketListener.errorEvent(ErrorEvent event)
This callback will be invoked if an unexpected error occurred during
the sequencer's attempt to send the Packet-Out message back
to the datapath via the controller, as a result of the packet listener
returning
true from its event() callback. |
Copyright © 2014. All Rights Reserved.