com.bigswitch.floodlight.vendor
Class OFMirrorGetVendorDataReply

java.lang.Object
  extended by com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
      extended by com.bigswitch.floodlight.vendor.OFNetmaskVendorData
          extended by com.bigswitch.floodlight.vendor.OFMirrorGetVendorDataReply
All Implemented Interfaces:
OFVendorData

public class OFMirrorGetVendorDataReply
extends OFNetmaskVendorData

Subclass of OFVendorData


Field Summary
static int BSN_GET_MIRRORING_REPLY
          Opcode/dataType to represent REPLY of GET_MASK request
protected static Instantiable<OFVendorData> instantiable
           
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFNetmaskVendorData
netMask, pad1, pad2, pad3, tableIndex
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
BSN_VENDOR_ID, dataType
 
Constructor Summary
OFMirrorGetVendorDataReply()
          Construct a get network mask vendor data
OFMirrorGetVendorDataReply(byte tableIndex, int netMask)
          Construct a get network mask vendor data for a specific table entry
 
Method Summary
static Instantiable<OFVendorData> getInstantiable()
           
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFNetmaskVendorData
getLength, getNetMask, getTableIndex, readFrom, setNetMask, setTableIndex, writeTo
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
equals, getDataType, hashCode, setDataType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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

Method Detail

getInstantiable

public static Instantiable<OFVendorData> getInstantiable()
Returns:
a subclass of Instantiable that instantiates an instance of OFNetmaskGetVendorData.