public class DefaultSwitchHandshaker extends AbstractOpenFlowSwitch
channelId, desc, features, log, meterfeatures, ports, role, startDriverHandshakeCalled, tableFull| Constructor and Description |
|---|
DefaultSwitchHandshaker() |
| Modifier and Type | Method and Description |
|---|---|
List<org.projectfloodlight.openflow.protocol.OFPortDesc> |
getPorts()
Fetches the ports of this switch.
|
boolean |
isDriverHandshakeComplete()
Checks whether the driver specific handshake is complete.
|
void |
processDriverHandshakeMessage(org.projectfloodlight.openflow.protocol.OFMessage m)
Process a message during the driver specific handshake.
|
void |
startDriverHandshake()
Starts the driver specific handshake process.
|
Boolean |
supportNxRole()
Does this switch support Nicira Role messages.
|
activateEqualSwitch, activateMasterSwitch, channelId, connectSwitch, datapathDescription, deviceType, disconnectSwitch, factory, getId, getNextTransactionId, getRole, getStringId, handleMessage, handleNiciraRole, handleRole, handleRoleError, hardwareDescription, init, isConnected, manufacturerDescription, reassertRole, removeConnectedSwitch, returnRoleReply, sendHandshakeMessage, sendMsg, sendMsg, sendRoleRequest, serialNumber, setAgent, setChannel, setConnected, setFeaturesReply, setMeterFeaturesReply, setOFVersion, setPortDescReplies, setPortDescReply, setRole, setRoleHandler, setSwitchDescription, setTableFull, softwareDescription, toString, transitionToEqualSwitch, transitionToMasterSwitchhandler, setHandlerpublic Boolean supportNxRole()
OpenFlowSwitchDriversupportNxRole in interface OpenFlowSwitchDriversupportNxRole in class AbstractOpenFlowSwitchpublic void startDriverHandshake()
OpenFlowSwitchDriverstartDriverHandshake in interface OpenFlowSwitchDriverstartDriverHandshake in class AbstractOpenFlowSwitchpublic void processDriverHandshakeMessage(org.projectfloodlight.openflow.protocol.OFMessage m)
OpenFlowSwitchDriverprocessDriverHandshakeMessage in interface OpenFlowSwitchDriverprocessDriverHandshakeMessage in class AbstractOpenFlowSwitchm - the message to process.public boolean isDriverHandshakeComplete()
OpenFlowSwitchDriverisDriverHandshakeComplete in interface OpenFlowSwitchDriverisDriverHandshakeComplete in class AbstractOpenFlowSwitchpublic List<org.projectfloodlight.openflow.protocol.OFPortDesc> getPorts()
OpenFlowSwitchgetPorts in interface OpenFlowSwitchgetPorts in class AbstractOpenFlowSwitch