|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFActionVendor | |
---|---|
com.bigswitch.floodlight.vendor | |
org.openflow.protocol.action | |
org.openflow.protocol.factory |
Uses of OFActionVendor in com.bigswitch.floodlight.vendor |
---|
Subclasses of OFActionVendor in com.bigswitch.floodlight.vendor | |
---|---|
class |
OFActionBigSwitchVendor
|
class |
OFActionMirror
|
class |
OFActionNiciraTtlDecrement
|
class |
OFActionNiciraVendor
FIXME: this should really be handled by a consistent parse tree for different vendor actions but for the time being this works and gets the job done. |
class |
OFActionTunnelDstIP
|
Methods in com.bigswitch.floodlight.vendor that return OFActionVendor | |
---|---|
OFActionVendor |
OFNiciraVendorActionFactory.readFrom(java.nio.ByteBuffer data)
|
OFActionVendor |
OFBigSwitchVendorActionFactory.readFrom(java.nio.ByteBuffer data)
|
Uses of OFActionVendor in org.openflow.protocol.action |
---|
Methods in org.openflow.protocol.action that return OFActionVendor | |
---|---|
OFActionVendor |
OFActionVendor.setVendor(int vendor)
|
Uses of OFActionVendor in org.openflow.protocol.factory |
---|
Methods in org.openflow.protocol.factory that return OFActionVendor | |
---|---|
OFActionVendor |
OFVendorActionFactory.readFrom(java.nio.ByteBuffer data)
parse the data from the wire, create and return a vendor-specific action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |