|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OFPhysicalPort in net.floodlightcontroller.core |
---|
Methods in net.floodlightcontroller.core that return OFPhysicalPort | |
---|---|
OFPhysicalPort |
SwitchSyncRepresentation.SyncedPort.toOFPhysicalPort()
|
OFPhysicalPort |
ImmutablePort.toOFPhysicalPort()
|
Methods in net.floodlightcontroller.core that return types with arguments of type OFPhysicalPort | |
---|---|
static java.util.List<OFPhysicalPort> |
ImmutablePort.ofPhysicalPortListOf(java.util.Collection<ImmutablePort> ports)
Convert a Collection of ImmutablePort to a list of OFPhyscialPorts. |
Methods in net.floodlightcontroller.core with parameters of type OFPhysicalPort | |
---|---|
static ImmutablePort |
ImmutablePort.fromOFPhysicalPort(OFPhysicalPort p)
|
Method parameters in net.floodlightcontroller.core with type arguments of type OFPhysicalPort | |
---|---|
static java.util.List<ImmutablePort> |
ImmutablePort.immutablePortListOf(java.util.Collection<OFPhysicalPort> ports)
Convert a Collection of OFPhysicalPorts to a list of ImmutablePorts. |
Uses of OFPhysicalPort in net.floodlightcontroller.core.web |
---|
Methods in net.floodlightcontroller.core.web that return types with arguments of type OFPhysicalPort | |
---|---|
java.util.Collection<OFPhysicalPort> |
ControllerSwitchesResource.SwitchJsonSerializerWrapper.getPorts()
|
Uses of OFPhysicalPort in net.floodlightcontroller.linkdiscovery.internal |
---|
Methods in net.floodlightcontroller.linkdiscovery.internal with parameters of type OFPhysicalPort | |
---|---|
protected java.util.List<OFAction> |
LinkDiscoveryManager.getDiscoveryActions(IOFSwitch sw,
OFPhysicalPort port)
Get the actions for packet-out corresponding to a specific port. |
Uses of OFPhysicalPort in org.openflow.protocol |
---|
Fields in org.openflow.protocol declared as OFPhysicalPort | |
---|---|
protected OFPhysicalPort |
OFPortStatus.desc
|
Methods in org.openflow.protocol that return OFPhysicalPort | |
---|---|
OFPhysicalPort |
OFPortStatus.getDesc()
|
OFPhysicalPort |
OFPhysicalPort.setAdvertisedFeatures(int advertisedFeatures)
|
OFPhysicalPort |
OFPhysicalPort.setConfig(int config)
|
OFPhysicalPort |
OFPhysicalPort.setCurrentFeatures(int currentFeatures)
|
OFPhysicalPort |
OFPhysicalPort.setCurrSpeed(int currSpeed)
|
OFPhysicalPort |
OFPhysicalPort.setHardwareAddress(byte[] hardwareAddress)
|
OFPhysicalPort |
OFPhysicalPort.setMaxSpeed(int maxSpeed)
|
OFPhysicalPort |
OFPhysicalPort.setName(java.lang.String name)
|
OFPhysicalPort |
OFPhysicalPort.setPeerFeatures(int peerFeatures)
|
OFPhysicalPort |
OFPhysicalPort.setPortNumber(int portNumber)
|
OFPhysicalPort |
OFPhysicalPort.setState(int state)
|
OFPhysicalPort |
OFPhysicalPort.setSupportedFeatures(int supportedFeatures)
|
Methods in org.openflow.protocol with parameters of type OFPhysicalPort | |
---|---|
OFPortStatus |
OFPortStatus.setDesc(OFPhysicalPort desc)
|
Uses of OFPhysicalPort in org.openflow.protocol.action |
---|
Constructors in org.openflow.protocol.action with parameters of type OFPhysicalPort | |
---|---|
OFActionOutput(OFPhysicalPort port)
|
|
OFActionOutput(OFPhysicalPort port,
short maxLength)
|
Uses of OFPhysicalPort in org.openflow.protocol.statistics |
---|
Fields in org.openflow.protocol.statistics declared as OFPhysicalPort | |
---|---|
protected OFPhysicalPort |
OFPortDescription.port
|
Methods in org.openflow.protocol.statistics that return OFPhysicalPort | |
---|---|
OFPhysicalPort |
OFPortDescription.getPort()
|
Methods in org.openflow.protocol.statistics with parameters of type OFPhysicalPort | |
---|---|
void |
OFPortDescription.setPort(OFPhysicalPort port)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |