Package org.openflow.protocol.vendor

Interface Summary
OFVendorData The base class for all vendor data.
 

Class Summary
OFBasicVendorDataType Subclass of OFVendorDataType that works with any vendor data format that begins with a integral value to indicate the format of the remaining data.
OFBasicVendorId Basic subclass of OFVendorId that works with any vendor data format where the data begins with an integral data type value.
OFByteArrayVendorData Basic implementation of OFVendorData that just treats the data as a byte array.
OFVendorDataType Class that represents a specific vendor data type format in an OFVendor message.
OFVendorId Base class for the vendor ID corresponding to vendor extensions from a given vendor.