net.floodlightcontroller.restserver
Interface IRestApiService

All Superinterfaces:
IFloodlightService
All Known Implementing Classes:
RestApiServer

public interface IRestApiService
extends IFloodlightService


Method Summary
 void addRestletRoutable(RestletRoutable routable)
          Adds a REST API
 void run()
          Runs the REST API server
 

Method Detail

addRestletRoutable

void addRestletRoutable(RestletRoutable routable)
Adds a REST API

Parameters:
routeable -

run

void run()
Runs the REST API server