Uses of Class
net.floodlightcontroller.debugcounter.web.DebugCounterResource.DebugCounterInfoOutput

Packages that use DebugCounterResource.DebugCounterInfoOutput
net.floodlightcontroller.debugcounter.web   
 

Uses of DebugCounterResource.DebugCounterInfoOutput in net.floodlightcontroller.debugcounter.web
 

Methods in net.floodlightcontroller.debugcounter.web that return DebugCounterResource.DebugCounterInfoOutput
 DebugCounterResource.DebugCounterInfoOutput DebugCounterResource.handleCounterInfoQuery()
          Return the debug counter data for the get rest-api call URI must be in one of the following forms: "http://{controller-hostname}:8080/wm/debugcounter/{param1}/{param2}/{param3}/{param4}" where {param1} must be one of (no quotes): null if nothing is given then by default all module names are returned for which counters have been registered "all" returns value/info on all counters.