Uses of Class
org.openflow.protocol.statistics.OFPortDescription

Packages that use OFPortDescription
net.floodlightcontroller.core   
 

Uses of OFPortDescription in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core that return types with arguments of type OFPortDescription
 java.util.List<OFPortDescription> SwitchSyncRepresentation.getPortDescriptions()
           
 

Method parameters in net.floodlightcontroller.core with type arguments of type OFPortDescription
static java.util.List<ImmutablePort> ImmutablePort.immutablePortListOf(java.util.List<OFPortDescription> portDescriptions)
          Convert a List of OFPortDescription to a list of ImmutablePorts.
 void OFSwitchBase.setPortDescriptions(java.util.List<OFPortDescription> portDescriptions)
           
 void IOFSwitch.setPortDescriptions(java.util.List<OFPortDescription> portDescriptions)
          Set the OFFeaturesReply message returned by the switch during initial handshake.
 

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