|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFPhysicalPort.OFPortConfig | |
---|---|
net.floodlightcontroller.core | |
org.openflow.protocol |
Uses of OFPhysicalPort.OFPortConfig in net.floodlightcontroller.core |
---|
Methods in net.floodlightcontroller.core that return types with arguments of type OFPhysicalPort.OFPortConfig | |
---|---|
java.util.Set<OFPhysicalPort.OFPortConfig> |
ImmutablePort.getConfig()
|
Methods in net.floodlightcontroller.core with parameters of type OFPhysicalPort.OFPortConfig | |
---|---|
ImmutablePort.Builder |
ImmutablePort.Builder.addConfig(OFPhysicalPort.OFPortConfig config)
|
Uses of OFPhysicalPort.OFPortConfig in org.openflow.protocol |
---|
Methods in org.openflow.protocol that return OFPhysicalPort.OFPortConfig | |
---|---|
static OFPhysicalPort.OFPortConfig |
OFPhysicalPort.OFPortConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OFPhysicalPort.OFPortConfig[] |
OFPhysicalPort.OFPortConfig.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.OFPortConfig | |
---|---|
static java.util.EnumSet<OFPhysicalPort.OFPortConfig> |
OFPhysicalPort.OFPortConfig.valueOf(int i)
Given a port config value, return the set of OFPortConfig enums associated with it |
Method parameters in org.openflow.protocol with type arguments of type OFPhysicalPort.OFPortConfig | |
---|---|
static int |
OFPhysicalPort.OFPortConfig.toBitmap(java.util.Set<OFPhysicalPort.OFPortConfig> configs)
Given a set of OFPortConfig enums, convert to bitmap value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |