Uses of Class
org.openflow.protocol.vendor.OFVendorId

Packages that use OFVendorId
org.openflow.protocol.factory   
org.openflow.protocol.vendor   
 

Uses of OFVendorId in org.openflow.protocol.factory
 

Methods in org.openflow.protocol.factory with parameters of type OFVendorId
 OFVendorData OFVendorDataFactory.getVendorData(OFVendorId vendorId, OFVendorDataType vendorDataType)
          Retrieves an OFVendorData instance corresponding to the specified OFVendorId and OFVendorDataType.
 OFVendorData FloodlightFactory.getVendorData(OFVendorId vendorId, OFVendorDataType vendorDataType)
           
 

Uses of OFVendorId in org.openflow.protocol.vendor
 

Subclasses of OFVendorId in org.openflow.protocol.vendor
 class OFBasicVendorId
          Basic subclass of OFVendorId that works with any vendor data format where the data begins with an integral data type value.
 

Methods in org.openflow.protocol.vendor that return OFVendorId
static OFVendorId OFVendorId.lookupVendorId(int id)
          Lookup the OFVendorId instance corresponding to the given id value.
 

Methods in org.openflow.protocol.vendor with parameters of type OFVendorId
static void OFVendorId.registerVendorId(OFVendorId vendorId)
          Register a new vendor id.