Uses of Class
org.openflow.protocol.OFFeaturesReply

Packages that use OFFeaturesReply
net.floodlightcontroller.core   
net.floodlightcontroller.core.web   
org.openflow.protocol   
 

Uses of OFFeaturesReply in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core that return OFFeaturesReply
 OFFeaturesReply SwitchSyncRepresentation.getFeaturesReply()
           
 

Methods in net.floodlightcontroller.core that return types with arguments of type OFFeaturesReply
 java.util.concurrent.Future<OFFeaturesReply> OFSwitchBase.querySwitchFeaturesReply()
           
 java.util.concurrent.Future<OFFeaturesReply> IOFSwitch.querySwitchFeaturesReply()
          Returns a Future object that can be used to retrieve the asynchronous OFStatisticsReply when it is available.
 

Methods in net.floodlightcontroller.core with parameters of type OFFeaturesReply
 void OFSwitchBase.setFeaturesReply(OFFeaturesReply featuresReply)
           
 void IOFSwitch.setFeaturesReply(OFFeaturesReply featuresReply)
          Set the OFFeaturesReply message returned by the switch during initial handshake.
 

Constructors in net.floodlightcontroller.core with parameters of type OFFeaturesReply
SwitchSyncRepresentation(OFFeaturesReply fr, OFDescriptionStatistics d, java.util.List<OFPortDescription> pdl)
           
 

Uses of OFFeaturesReply in net.floodlightcontroller.core.web
 

Methods in net.floodlightcontroller.core.web that return OFFeaturesReply
 OFFeaturesReply AllSwitchStatisticsResource.GetConcurrentStatsThread.getFeaturesReply()
           
protected  OFFeaturesReply SwitchResourceBase.getSwitchFeaturesReply(long switchId)
           
protected  OFFeaturesReply SwitchResourceBase.getSwitchFeaturesReply(java.lang.String switchId)
           
 

Uses of OFFeaturesReply in org.openflow.protocol
 

Methods in org.openflow.protocol that return OFFeaturesReply
 OFFeaturesReply OFFeaturesReply.setActions(int reserved)
           
 OFFeaturesReply OFFeaturesReply.setAuxiliaryId(byte auxiliaryId)
           
 OFFeaturesReply OFFeaturesReply.setBuffers(int buffers)
           
 OFFeaturesReply OFFeaturesReply.setCapabilities(int capabilities)
           
 OFFeaturesReply OFFeaturesReply.setDatapathId(long datapathId)
           
 OFFeaturesReply OFFeaturesReply.setTables(byte tables)