![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | subscribe (VerificationListenCommand handler) |
| void | unsubscribe (VerificationListenCommand handler) |
| void | init (FloodlightModuleContext moduleContext) throws FloodlightModuleException |
| boolean | handle (IOFSwitch sw, OFMessage packet, FloodlightContext context) |
| DataSignature | getSignature () |
Public Member Functions inherited from org.openkilda.floodlight.service.AbstractOfHandler | |
| Command | receive (IOFSwitch sw, OFMessage message, FloodlightContext context) |
| String | getName () |
| boolean | isCallbackOrderingPrereq (OFType type, String name) |
| boolean | isCallbackOrderingPostreq (OFType type, String name) |
Protected Member Functions | |
| Set< String > | mustHandleBefore () |
Protected Member Functions inherited from org.openkilda.floodlight.service.AbstractOfHandler | |
| abstract boolean | handle (IOFSwitch sw, OFMessage message, FloodlightContext contest) |
| void | activateSubscription (IFloodlightModuleContext moduleContext, OFType... desiredTypes) |
| Set< String > | mustHandleBefore () |
| Set< String > | mustHandleAfter () |
Definition at line 47 of file FlowVerificationService.java.
| DataSignature org.openkilda.floodlight.service.FlowVerificationService.getSignature | ( | ) |
Definition at line 136 of file FlowVerificationService.java.
| boolean org.openkilda.floodlight.service.FlowVerificationService.handle | ( | IOFSwitch | sw, |
| OFMessage | packet, | ||
| FloodlightContext | context | ||
| ) |
Definition at line 91 of file FlowVerificationService.java.
| void org.openkilda.floodlight.service.FlowVerificationService.init | ( | FloodlightModuleContext | moduleContext | ) | throws FloodlightModuleException |
Initialize internal data structures. Called by module that own this service. Called after all dependencies have been loaded.
Definition at line 77 of file FlowVerificationService.java.
|
protected |
Definition at line 132 of file FlowVerificationService.java.
| void org.openkilda.floodlight.service.FlowVerificationService.subscribe | ( | VerificationListenCommand | handler | ) |
subscribe handler.
Definition at line 58 of file FlowVerificationService.java.
| void org.openkilda.floodlight.service.FlowVerificationService.unsubscribe | ( | VerificationListenCommand | handler | ) |
unsubscribe handler.
Definition at line 67 of file FlowVerificationService.java.