Uses of Class
net.floodlightcontroller.core.SwitchSyncRepresentation.SyncedPort

Packages that use SwitchSyncRepresentation.SyncedPort
net.floodlightcontroller.core   
 

Uses of SwitchSyncRepresentation.SyncedPort in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core that return SwitchSyncRepresentation.SyncedPort
static SwitchSyncRepresentation.SyncedPort SwitchSyncRepresentation.SyncedPort.fromImmutablePort(ImmutablePort p)
           
 

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

Constructor parameters in net.floodlightcontroller.core with type arguments of type SwitchSyncRepresentation.SyncedPort
SwitchSyncRepresentation(long dpid, int buffers, byte tables, int capabilities, int actions, java.util.List<SwitchSyncRepresentation.SyncedPort> ports, java.lang.String manufacturerDescription, java.lang.String hardwareDescription, java.lang.String softwareDescription, java.lang.String serialNumber, java.lang.String datapathDescription)