| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Instantiable in com.bigswitch.floodlight.vendor | 
|---|
| Fields in com.bigswitch.floodlight.vendor declared as Instantiable | |
|---|---|
protected static Instantiable<OFVendorData> | 
OFNetmaskSetVendorData.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFNetmaskGetVendorDataRequest.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFNetmaskGetVendorDataReply.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFMirrorGetVendorDataRequest.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFMirrorGetVendorDataReply.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFInterfaceIPRequestVendorData.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFInterfaceIPReplyVendorData.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFBsnPktinSuppressionSetRequestVendorData.instantiableSingleton
 | 
protected static Instantiable<OFVendorData> | 
OFBsnL2TableSetVendorData.instantiableSingleton
 | 
| Methods in com.bigswitch.floodlight.vendor that return Instantiable | |
|---|---|
static Instantiable<OFVendorData> | 
OFNetmaskSetVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFNetmaskGetVendorDataRequest.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFNetmaskGetVendorDataReply.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFMirrorGetVendorDataRequest.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFMirrorGetVendorDataReply.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFInterfaceIPRequestVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFInterfaceIPReplyVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFBsnPktinSuppressionSetRequestVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFBsnL2TableSetVendorData.getInstantiable()
 | 
| Uses of Instantiable in org.openflow.protocol | 
|---|
| Fields in org.openflow.protocol declared as Instantiable | |
|---|---|
protected  Instantiable<OFMessage> | 
OFType.instantiable
 | 
| Methods in org.openflow.protocol that return Instantiable | |
|---|---|
 Instantiable<OFMessage> | 
OFType.getInstantiable()
 | 
| Methods in org.openflow.protocol with parameters of type Instantiable | |
|---|---|
 void | 
OFType.setInstantiable(Instantiable<OFMessage> instantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.action | 
|---|
| Fields in org.openflow.protocol.action declared as Instantiable | |
|---|---|
protected  Instantiable<OFAction> | 
OFActionType.instantiable
 | 
| Methods in org.openflow.protocol.action that return Instantiable | |
|---|---|
 Instantiable<OFAction> | 
OFActionType.getInstantiable()
 | 
| Methods in org.openflow.protocol.action with parameters of type Instantiable | |
|---|---|
 void | 
OFActionType.setInstantiable(Instantiable<OFAction> instantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.hello | 
|---|
| Fields in org.openflow.protocol.hello declared as Instantiable | |
|---|---|
protected  Instantiable<OFHelloElement> | 
OFHelloElementType.instantiable
 | 
| Methods in org.openflow.protocol.hello that return Instantiable | |
|---|---|
 Instantiable<OFHelloElement> | 
OFHelloElementType.getInstantiable()
 | 
| Methods in org.openflow.protocol.hello with parameters of type Instantiable | |
|---|---|
 void | 
OFHelloElementType.setInstantiable(Instantiable<OFHelloElement> instantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.instruction | 
|---|
| Fields in org.openflow.protocol.instruction declared as Instantiable | |
|---|---|
protected  Instantiable<OFInstruction> | 
OFInstructionType.instantiable
 | 
| Methods in org.openflow.protocol.instruction that return Instantiable | |
|---|---|
 Instantiable<OFInstruction> | 
OFInstructionType.getInstantiable()
 | 
| Methods in org.openflow.protocol.instruction with parameters of type Instantiable | |
|---|---|
 void | 
OFInstructionType.setInstantiable(Instantiable<OFInstruction> instantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.meter | 
|---|
| Fields in org.openflow.protocol.meter declared as Instantiable | |
|---|---|
protected  Instantiable<OFMeterBand> | 
OFMeterBandType.instantiable
 | 
| Methods in org.openflow.protocol.meter that return Instantiable | |
|---|---|
 Instantiable<OFMeterBand> | 
OFMeterBandType.getInstantiable()
 | 
| Methods in org.openflow.protocol.meter with parameters of type Instantiable | |
|---|---|
 void | 
OFMeterBandType.setInstantiable(Instantiable<OFMeterBand> instantiable)
 | 
| Constructors in org.openflow.protocol.meter with parameters of type Instantiable | |
|---|---|
OFMeterBandType(int type,
                java.lang.String name,
                java.lang.Class<? extends OFMeterBand> clazz,
                Instantiable<OFMeterBand> instantiable)
Store some information about the OpenFlow meter band type, including wire protocol type number, length, and derived class  | 
|
| Uses of Instantiable in org.openflow.protocol.queue | 
|---|
| Fields in org.openflow.protocol.queue declared as Instantiable | |
|---|---|
protected  Instantiable<OFQueueProperty> | 
OFQueuePropertyType.instantiable
 | 
| Methods in org.openflow.protocol.queue that return Instantiable | |
|---|---|
 Instantiable<OFQueueProperty> | 
OFQueuePropertyType.getInstantiable()
 | 
| Methods in org.openflow.protocol.queue with parameters of type Instantiable | |
|---|---|
 void | 
OFQueuePropertyType.setInstantiable(Instantiable<OFQueueProperty> instantiable)
 | 
| Constructors in org.openflow.protocol.queue with parameters of type Instantiable | |
|---|---|
OFQueuePropertyType(int type,
                    java.lang.String name,
                    java.lang.Class<? extends OFQueueProperty> clazz,
                    Instantiable<OFQueueProperty> instantiable)
Store some information about the OpenFlow Queue Property type, including wire protocol type number, length, and derived class  | 
|
| Uses of Instantiable in org.openflow.protocol.statistics | 
|---|
| Fields in org.openflow.protocol.statistics declared as Instantiable | |
|---|---|
protected  Instantiable<OFStatistics> | 
OFStatisticsType.replyInstantiable
 | 
protected  Instantiable<OFStatistics> | 
OFStatisticsType.requestInstantiable
 | 
| Methods in org.openflow.protocol.statistics that return Instantiable | |
|---|---|
 Instantiable<OFStatistics> | 
OFStatisticsType.getReplyInstantiable()
 | 
 Instantiable<OFStatistics> | 
OFStatisticsType.getRequestInstantiable()
 | 
| Methods in org.openflow.protocol.statistics with parameters of type Instantiable | |
|---|---|
 void | 
OFStatisticsType.setReplyInstantiable(Instantiable<OFStatistics> replyInstantiable)
 | 
 void | 
OFStatisticsType.setRequestInstantiable(Instantiable<OFStatistics> requestInstantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.statistics.tableFeatures | 
|---|
| Fields in org.openflow.protocol.statistics.tableFeatures declared as Instantiable | |
|---|---|
protected  Instantiable<OFTableFeaturesProperty> | 
OFTableFeaturesPropertyType.instantiable
 | 
| Methods in org.openflow.protocol.statistics.tableFeatures that return Instantiable | |
|---|---|
 Instantiable<OFTableFeaturesProperty> | 
OFTableFeaturesPropertyType.getInstantiable()
 | 
| Methods in org.openflow.protocol.statistics.tableFeatures with parameters of type Instantiable | |
|---|---|
 void | 
OFTableFeaturesPropertyType.setInstantiable(Instantiable<OFTableFeaturesProperty> instantiable)
 | 
| Uses of Instantiable in org.openflow.protocol.vendor | 
|---|
| Fields in org.openflow.protocol.vendor declared as Instantiable | |
|---|---|
protected  Instantiable<OFVendorData> | 
OFVendorDataType.instantiable
Object that instantiates the subclass of OFVendorData associated with this data type.  | 
| Methods in org.openflow.protocol.vendor that return Instantiable | |
|---|---|
 Instantiable<OFVendorData> | 
OFVendorDataType.getInstantiable()
 | 
| Methods in org.openflow.protocol.vendor with parameters of type Instantiable | |
|---|---|
 void | 
OFVendorDataType.setInstantiable(Instantiable<OFVendorData> instantiable)
 | 
| Constructors in org.openflow.protocol.vendor with parameters of type Instantiable | |
|---|---|
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.  | 
|
| Uses of Instantiable in org.openflow.vendor.nicira | 
|---|
| Fields in org.openflow.vendor.nicira declared as Instantiable | |
|---|---|
protected static Instantiable<OFVendorData> | 
OFRoleRequestVendorData.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFRoleReplyVendorData.instantiable
 | 
| Methods in org.openflow.vendor.nicira that return Instantiable | |
|---|---|
static Instantiable<OFVendorData> | 
OFRoleRequestVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFRoleReplyVendorData.getInstantiable()
 | 
| Uses of Instantiable in org.openflow.vendor.openflow | 
|---|
| Fields in org.openflow.vendor.openflow declared as Instantiable | |
|---|---|
protected static Instantiable<OFVendorData> | 
OFQueueModifyVendorData.instantiable
 | 
protected static Instantiable<OFVendorData> | 
OFQueueDeleteVendorData.instantiable
 | 
| Methods in org.openflow.vendor.openflow that return Instantiable | |
|---|---|
static Instantiable<OFVendorData> | 
OFQueueModifyVendorData.getInstantiable()
 | 
static Instantiable<OFVendorData> | 
OFQueueDeleteVendorData.getInstantiable()
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||