|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRoutingDecision | |
---|---|
net.floodlightcontroller.firewall | |
net.floodlightcontroller.forwarding | |
net.floodlightcontroller.routing |
Uses of IRoutingDecision in net.floodlightcontroller.firewall |
---|
Methods in net.floodlightcontroller.firewall with parameters of type IRoutingDecision | |
---|---|
IListener.Command |
Firewall.processPacketInMessage(IOFSwitch sw,
OFPacketIn pi,
IRoutingDecision decision,
FloodlightContext cntx)
|
Uses of IRoutingDecision in net.floodlightcontroller.forwarding |
---|
Methods in net.floodlightcontroller.forwarding with parameters of type IRoutingDecision | |
---|---|
protected void |
Forwarding.doDropFlow(IOFSwitch sw,
OFPacketIn pi,
IRoutingDecision decision,
FloodlightContext cntx)
|
IListener.Command |
Forwarding.processPacketInMessage(IOFSwitch sw,
OFPacketIn pi,
IRoutingDecision decision,
FloodlightContext cntx)
|
Uses of IRoutingDecision in net.floodlightcontroller.routing |
---|
Classes in net.floodlightcontroller.routing that implement IRoutingDecision | |
---|---|
class |
RoutingDecision
|
Fields in net.floodlightcontroller.routing with type parameters of type IRoutingDecision | |
---|---|
static FloodlightContextStore<IRoutingDecision> |
IRoutingDecision.rtStore
|
Methods in net.floodlightcontroller.routing with parameters of type IRoutingDecision | |
---|---|
abstract IListener.Command |
ForwardingBase.processPacketInMessage(IOFSwitch sw,
OFPacketIn pi,
IRoutingDecision decision,
FloodlightContext cntx)
All subclasses must define this function if they want any specific forwarding action |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |