| Package | Description |
|---|---|
| org.openflow.protocol.factory | |
| org.openflow.protocol.vendor |
| Modifier and Type | Method and Description |
|---|---|
OFVendorData |
OFVendorDataFactory.getVendorData(OFVendorId vendorId,
OFVendorDataType vendorDataType)
Retrieves an OFVendorData instance corresponding to the specified
OFVendorId and OFVendorDataType.
|
OFVendorData |
BasicFactory.getVendorData(OFVendorId vendorId,
OFVendorDataType vendorDataType) |
| Modifier and Type | Class and Description |
|---|---|
class |
OFBasicVendorId
Basic subclass of OFVendorId that works with any vendor data format where the
data begins with an integral data type value.
|
| Modifier and Type | Method and Description |
|---|---|
static OFVendorId |
OFVendorId.lookupVendorId(int id)
Lookup the OFVendorId instance corresponding to the given id value.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OFVendorId.registerVendorId(OFVendorId vendorId)
Register a new vendor id.
|
Copyright © 2015. All rights reserved.