| Package | Description |
|---|---|
| org.openflow.protocol | |
| org.openflow.protocol.action | |
| org.openflow.protocol.statistics | |
| org.openflow.protocol.vendor | |
| org.openflow.vendor.nicira |
| Modifier and Type | Field and Description |
|---|---|
protected Instantiable<OFMessage> |
OFType.instantiable |
| Modifier and Type | Method and Description |
|---|---|
Instantiable<OFMessage> |
OFType.getInstantiable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFType.setInstantiable(Instantiable<OFMessage> instantiable) |
| Modifier and Type | Field and Description |
|---|---|
protected Instantiable<OFAction> |
OFActionType.instantiable |
| Modifier and Type | Method and Description |
|---|---|
Instantiable<OFAction> |
OFActionType.getInstantiable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFActionType.setInstantiable(Instantiable<OFAction> instantiable) |
| Modifier and Type | Field and Description |
|---|---|
protected Instantiable<OFStatistics> |
OFStatisticsType.replyInstantiable |
protected Instantiable<OFStatistics> |
OFStatisticsType.requestInstantiable |
| Modifier and Type | Method and Description |
|---|---|
Instantiable<OFStatistics> |
OFStatisticsType.getReplyInstantiable() |
Instantiable<OFStatistics> |
OFStatisticsType.getRequestInstantiable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFStatisticsType.setReplyInstantiable(Instantiable<OFStatistics> replyInstantiable) |
void |
OFStatisticsType.setRequestInstantiable(Instantiable<OFStatistics> requestInstantiable) |
| Modifier and Type | Field and Description |
|---|---|
protected Instantiable<OFVendorData> |
OFVendorDataType.instantiable
Object that instantiates the subclass of OFVendorData associated with
this data type.
|
| Modifier and Type | Method and Description |
|---|---|
Instantiable<OFVendorData> |
OFVendorDataType.getInstantiable() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFVendorDataType.setInstantiable(Instantiable<OFVendorData> instantiable) |
| Constructor and Description |
|---|
OFBasicVendorDataType(long type,
Instantiable<OFVendorData> instantiator)
Store some information about the vendor data type, including wire
protocol type number, derived class and instantiator.
|
OFVendorDataType(Instantiable<OFVendorData> instantiable)
Construct a vendor data type with the specified instantiable.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Instantiable<OFVendorData> |
OFRoleReplyVendorData.instantiable |
protected static Instantiable<OFVendorData> |
OFRoleRequestVendorData.instantiable |
| Modifier and Type | Method and Description |
|---|---|
static Instantiable<OFVendorData> |
OFRoleReplyVendorData.getInstantiable() |
static Instantiable<OFVendorData> |
OFRoleRequestVendorData.getInstantiable() |
Copyright © 2015. All rights reserved.