Open Kilda Java Documentation
org.openkilda.floodlight.service.FlowVerificationService Class Reference
Inheritance diagram for org.openkilda.floodlight.service.FlowVerificationService:
org.openkilda.floodlight.service.AbstractOfHandler

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 ()
 

Detailed Description

Definition at line 47 of file FlowVerificationService.java.

Member Function Documentation

◆ getSignature()

DataSignature org.openkilda.floodlight.service.FlowVerificationService.getSignature ( )

Definition at line 136 of file FlowVerificationService.java.

◆ handle()

boolean org.openkilda.floodlight.service.FlowVerificationService.handle ( IOFSwitch  sw,
OFMessage  packet,
FloodlightContext  context 
)

Definition at line 91 of file FlowVerificationService.java.

◆ init()

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.

◆ mustHandleBefore()

Set<String> org.openkilda.floodlight.service.FlowVerificationService.mustHandleBefore ( )
protected

Definition at line 132 of file FlowVerificationService.java.

◆ subscribe()

void org.openkilda.floodlight.service.FlowVerificationService.subscribe ( VerificationListenCommand  handler)

subscribe handler.

Definition at line 58 of file FlowVerificationService.java.

◆ unsubscribe()

void org.openkilda.floodlight.service.FlowVerificationService.unsubscribe ( VerificationListenCommand  handler)

unsubscribe handler.

Definition at line 67 of file FlowVerificationService.java.


The documentation for this class was generated from the following file: