|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.core.OFSwitchBase
net.floodlightcontroller.core.internal.OFSwitchImpl
public class OFSwitchImpl
This is the internal representation of an openflow switch.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.floodlightcontroller.core.OFSwitchBase |
---|
OFSwitchBase.PortManager |
Nested classes/interfaces inherited from interface net.floodlightcontroller.core.IOFSwitch |
---|
IOFSwitch.OFPortType, IOFSwitch.PortChangeEvent, IOFSwitch.PortChangeType |
Field Summary |
---|
Fields inherited from class net.floodlightcontroller.core.OFSwitchBase |
---|
accessFlowPriority, actions, attributes, buffers, capabilities, channel, connectedSince, coreFlowPriority, datapathId, debugCounters, description, floodlightProvider, local_msg_buffer, log, OFSWITCH_APP_ID, packetInThrottleEnabled, stringId, tables, threadPool |
Fields inherited from interface net.floodlightcontroller.core.IOFSwitch |
---|
PROP_REQUIRES_L3_MATCH, PROP_SUPPORTS_NETMASK_TBL, PROP_SUPPORTS_OFPP_FLOOD, PROP_SUPPORTS_OFPP_TABLE, SWITCH_DESCRIPTION_FUTURE, SWITCH_IS_CORE_SWITCH, SWITCH_SUPPORTS_NX_ROLE |
Constructor Summary | |
---|---|
OFSwitchImpl()
|
Method Summary | |
---|---|
IOFSwitch.OFPortType |
getPortType(int port_num)
Return the type of OFPort |
boolean |
isFastPort(int port_num)
Can the port be turned on without forming a new loop? |
void |
setSwitchProperties(OFDescriptionStatistics description)
Set the SwitchProperties based on it's description |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OFSwitchImpl()
Method Detail |
---|
public void setSwitchProperties(OFDescriptionStatistics description)
IOFSwitch
public IOFSwitch.OFPortType getPortType(int port_num)
IOFSwitch
public boolean isFastPort(int port_num)
IOFSwitch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |