Class Ofdpa3SwitchHandshaker
- java.lang.Object
-
- org.onosproject.net.driver.AbstractBehaviour
-
- org.onosproject.net.driver.AbstractHandlerBehaviour
-
- org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch
-
- org.onosproject.driver.handshaker.DefaultSwitchHandshaker
-
- org.onosproject.driver.handshaker.Ofdpa3SwitchHandshaker
-
- All Implemented Interfaces:
org.onosproject.net.driver.Behaviour,org.onosproject.net.driver.HandlerBehaviour,org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver,org.onosproject.openflow.controller.OpenFlowSwitch
public class Ofdpa3SwitchHandshaker extends DefaultSwitchHandshaker
Driver for ofdpa 3 switches TODO : Remove this and also remove the specific switch handler from onos-drivers.xml once bug with GROUP_STATS is fixed.
-
-
Constructor Summary
Constructors Constructor Description Ofdpa3SwitchHandshaker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFeaturesReply(org.projectfloodlight.openflow.protocol.OFFeaturesReply featuresReply)-
Methods inherited from class org.onosproject.driver.handshaker.DefaultSwitchHandshaker
isDriverHandshakeComplete, processDriverHandshakeMessage, startDriverHandshake, supportNxRole
-
Methods inherited from class org.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch
activateEqualSwitch, activateMasterSwitch, channelId, connectSwitch, datapathDescription, deviceType, disconnectSwitch, factory, features, getDpid, getId, getMeterFeatures, getNextTransactionId, getPorts, getRole, getStringId, handleMessage, handleNiciraRole, handleRole, handleRoleError, hardwareDescription, init, isConnected, manufacturerDescription, portDescs, reassertRole, removeConnectedSwitch, replacePortDescsWith, returnRoleReply, sendHandshakeMessage, sendMsg, sendMsg, sendRoleRequest, serialNumber, setAgent, setChannel, setConnected, setMeterFeaturesReply, setOFVersion, setPortDescReplies, setPortDescReply, setRole, setRoleHandler, setSwitchDescription, setTableFull, softwareDescription, toString, transitionToEqualSwitch, transitionToMasterSwitch
-
Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour
handler, setHandler
-
-
-
-
Method Detail
-
setFeaturesReply
public void setFeaturesReply(org.projectfloodlight.openflow.protocol.OFFeaturesReply featuresReply)
- Specified by:
setFeaturesReplyin interfaceorg.onosproject.openflow.controller.driver.OpenFlowSwitchDriver- Overrides:
setFeaturesReplyin classorg.onosproject.openflow.controller.driver.AbstractOpenFlowSwitch
-
-