Uses of Interface
net.floodlightcontroller.restserver.RestletRoutable

Packages that use RestletRoutable
net.floodlightcontroller.core.web   
net.floodlightcontroller.debugcounter.web   
net.floodlightcontroller.debugevent.web   
net.floodlightcontroller.devicemanager.web   
net.floodlightcontroller.firewall   
net.floodlightcontroller.learningswitch   
net.floodlightcontroller.linkdiscovery.web   
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.perfmon   
net.floodlightcontroller.restserver   
net.floodlightcontroller.staticflowentry.web   
net.floodlightcontroller.storage.web   
net.floodlightcontroller.topology.web   
net.floodlightcontroller.ui.web   
net.floodlightcontroller.virtualnetwork   
 

Uses of RestletRoutable in net.floodlightcontroller.core.web
 

Classes in net.floodlightcontroller.core.web that implement RestletRoutable
 class CoreWebRoutable
          Creates a router to handle all the core web URIs
 

Uses of RestletRoutable in net.floodlightcontroller.debugcounter.web
 

Classes in net.floodlightcontroller.debugcounter.web that implement RestletRoutable
 class DebugCounterRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.debugevent.web
 

Classes in net.floodlightcontroller.debugevent.web that implement RestletRoutable
 class DebugEventRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.devicemanager.web
 

Classes in net.floodlightcontroller.devicemanager.web that implement RestletRoutable
 class DeviceRoutable
          Routable for device rest api
 

Uses of RestletRoutable in net.floodlightcontroller.firewall
 

Classes in net.floodlightcontroller.firewall that implement RestletRoutable
 class FirewallWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.learningswitch
 

Classes in net.floodlightcontroller.learningswitch that implement RestletRoutable
 class LearningSwitchWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.linkdiscovery.web
 

Classes in net.floodlightcontroller.linkdiscovery.web that implement RestletRoutable
 class LinkDiscoveryWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.loadbalancer
 

Classes in net.floodlightcontroller.loadbalancer that implement RestletRoutable
 class LoadBalancerWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.perfmon
 

Classes in net.floodlightcontroller.perfmon that implement RestletRoutable
 class PerfWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.restserver
 

Fields in net.floodlightcontroller.restserver with type parameters of type RestletRoutable
protected  java.util.List<RestletRoutable> RestApiServer.restlets
           
 

Methods in net.floodlightcontroller.restserver with parameters of type RestletRoutable
 void RestApiServer.addRestletRoutable(RestletRoutable routable)
           
 void IRestApiService.addRestletRoutable(RestletRoutable routable)
          Adds a REST API
 

Uses of RestletRoutable in net.floodlightcontroller.staticflowentry.web
 

Classes in net.floodlightcontroller.staticflowentry.web that implement RestletRoutable
 class StaticFlowEntryWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.storage.web
 

Classes in net.floodlightcontroller.storage.web that implement RestletRoutable
 class StorageWebRoutable
          Creates a router to handle the storage web URIs
 

Uses of RestletRoutable in net.floodlightcontroller.topology.web
 

Classes in net.floodlightcontroller.topology.web that implement RestletRoutable
 class TopologyWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.ui.web
 

Classes in net.floodlightcontroller.ui.web that implement RestletRoutable
 class StaticWebRoutable
           
 

Uses of RestletRoutable in net.floodlightcontroller.virtualnetwork
 

Classes in net.floodlightcontroller.virtualnetwork that implement RestletRoutable
 class VirtualNetworkWebRoutable