Package | Description |
---|---|
net.onrc.openvirtex.messages | |
org.openflow.protocol |
Modifier and Type | Class and Description |
---|---|
class |
OVXFlowMod |
Modifier and Type | Method and Description |
---|---|
OFFlowMod |
OFFlowMod.clone() |
OFFlowMod |
OFFlowMod.setActions(List<OFAction> actions)
Sets the list of actions this Flow Mod contains
|
OFFlowMod |
OFFlowMod.setBufferId(int bufferId)
Set buffer_id
|
OFFlowMod |
OFFlowMod.setCommand(short command)
Set command
|
OFFlowMod |
OFFlowMod.setCookie(long cookie)
Set cookie
|
OFFlowMod |
OFFlowMod.setFlags(short flags)
Set flags
|
OFFlowMod |
OFFlowMod.setHardTimeout(short hardTimeout)
Set hard_timeout
|
OFFlowMod |
OFFlowMod.setIdleTimeout(short idleTimeout)
Set idle_timeout
|
OFFlowMod |
OFFlowMod.setMatch(OFMatch match)
Set match
|
OFFlowMod |
OFFlowMod.setOutPort(OFPort port)
Set out_port
|
OFFlowMod |
OFFlowMod.setOutPort(short outPort)
Set out_port
|
OFFlowMod |
OFFlowMod.setPriority(short priority)
Set priority
|
Copyright © 2015. All rights reserved.