com.bigswitch.floodlight.vendor
Class OFNetmaskGetVendorDataReply
java.lang.Object
com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
com.bigswitch.floodlight.vendor.OFNetmaskVendorData
com.bigswitch.floodlight.vendor.OFNetmaskGetVendorDataReply
- All Implemented Interfaces:
- OFVendorData
public class OFNetmaskGetVendorDataReply
- extends OFNetmaskVendorData
Subclass of OFVendorData
- Author:
- munish_mehta
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
instantiable
protected static Instantiable<OFVendorData> instantiable
BSN_GET_IP_MASK_ENTRY_REPLY
public static final int BSN_GET_IP_MASK_ENTRY_REPLY
- Opcode/dataType to represent REPLY of GET_MASK request
- See Also:
- Constant Field Values
OFNetmaskGetVendorDataReply
public OFNetmaskGetVendorDataReply()
- Construct a get network mask vendor data
OFNetmaskGetVendorDataReply
public OFNetmaskGetVendorDataReply(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.