Uses of Class
net.floodlightcontroller.servicechaining.ServiceChain

Packages that use ServiceChain
net.floodlightcontroller.servicechaining   
net.floodlightcontroller.topology   
 

Uses of ServiceChain in net.floodlightcontroller.servicechaining
 

Methods in net.floodlightcontroller.servicechaining that return ServiceChain
 ServiceChain IServiceChainingService.getServiceChainByDstBVS(java.lang.String bvsName)
          Returns the service chain by destination BVS.
 ServiceChain IServiceChainingService.getServiceChainBySrcBVS(java.lang.String bvsName)
          Returns the service chain by source BVS.
 

Uses of ServiceChain in net.floodlightcontroller.topology
 

Methods in net.floodlightcontroller.topology with parameters of type ServiceChain
protected  Route TopologyInstance.getRoute(ServiceChain sc, long srcId, int srcPort, long dstId, int dstPort, long cookie)