| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OFPhysicalPort.OFPortFeatures | |
|---|---|
| net.floodlightcontroller.core | |
| org.openflow.protocol | |
| Uses of OFPhysicalPort.OFPortFeatures in net.floodlightcontroller.core | 
|---|
| Methods in net.floodlightcontroller.core that return types with arguments of type OFPhysicalPort.OFPortFeatures | |
|---|---|
 java.util.Set<OFPhysicalPort.OFPortFeatures> | 
ImmutablePort.getAdvertisedFeatures()
 | 
 java.util.Set<OFPhysicalPort.OFPortFeatures> | 
ImmutablePort.getCurrentFeatures()
 | 
 java.util.Set<OFPhysicalPort.OFPortFeatures> | 
ImmutablePort.getPeerFeatures()
 | 
 java.util.Set<OFPhysicalPort.OFPortFeatures> | 
ImmutablePort.getSupportedFeatures()
 | 
| Methods in net.floodlightcontroller.core with parameters of type OFPhysicalPort.OFPortFeatures | |
|---|---|
 ImmutablePort.Builder | 
ImmutablePort.Builder.addAdvertisedFeature(OFPhysicalPort.OFPortFeatures advertisedFeature)
 | 
 ImmutablePort.Builder | 
ImmutablePort.Builder.addCurrentFeature(OFPhysicalPort.OFPortFeatures currentFeature)
 | 
 ImmutablePort.Builder | 
ImmutablePort.Builder.addPeerFeature(OFPhysicalPort.OFPortFeatures peerFeature)
 | 
 ImmutablePort.Builder | 
ImmutablePort.Builder.addSupportedFeature(OFPhysicalPort.OFPortFeatures supportedFeature)
 | 
| Uses of OFPhysicalPort.OFPortFeatures in org.openflow.protocol | 
|---|
| Methods in org.openflow.protocol that return OFPhysicalPort.OFPortFeatures | |
|---|---|
static OFPhysicalPort.OFPortFeatures | 
OFPhysicalPort.OFPortFeatures.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static OFPhysicalPort.OFPortFeatures[] | 
OFPhysicalPort.OFPortFeatures.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods in org.openflow.protocol that return types with arguments of type OFPhysicalPort.OFPortFeatures | |
|---|---|
static java.util.EnumSet<OFPhysicalPort.OFPortFeatures> | 
OFPhysicalPort.OFPortFeatures.valueOf(int i)
Given a port features value, return the set of OFPortFeatures associated with it  | 
| Method parameters in org.openflow.protocol with type arguments of type OFPhysicalPort.OFPortFeatures | |
|---|---|
static int | 
OFPhysicalPort.OFPortFeatures.toBitmap(java.util.Set<OFPhysicalPort.OFPortFeatures> features)
Given a set of OFPortFeatures enums, convert to bitmap value  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||