com.bigswitch.floodlight.vendor
Class OFMirrorGetVendorDataReply
java.lang.Object
com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFNetmaskVendorData
com.bigswitch.floodlight.vendor.OFMirrorGetVendorDataReply
- All Implemented Interfaces:
- OFVendorData
public class OFMirrorGetVendorDataReply
- extends OFNetmaskVendorData
Subclass of OFVendorData
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
instantiable
protected static Instantiable<OFVendorData> instantiable
BSN_GET_MIRRORING_REPLY
public static final int BSN_GET_MIRRORING_REPLY
- Opcode/dataType to represent REPLY of GET_MASK request
- See Also:
- Constant Field Values
OFMirrorGetVendorDataReply
public OFMirrorGetVendorDataReply()
- Construct a get network mask vendor data
OFMirrorGetVendorDataReply
public OFMirrorGetVendorDataReply(byte tableIndex,
int netMask)
- Construct a get network mask vendor data for a specific table entry
getInstantiable
public static Instantiable<OFVendorData> getInstantiable()
- Returns:
- a subclass of Instantiable that instantiates
an instance of OFNetmaskGetVendorData.