net.floodlightcontroller.restserver
Class RestApiServer.RestApplication

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by net.floodlightcontroller.restserver.RestApiServer.RestApplication
All Implemented Interfaces:
org.restlet.Uniform
Enclosing class:
RestApiServer

protected class RestApiServer.RestApplication
extends org.restlet.Application


Field Summary
protected  org.restlet.Context context
           
 
Constructor Summary
RestApiServer.RestApplication()
           
 
Method Summary
 org.restlet.Restlet createInboundRoot()
           
 void run(FloodlightModuleContext fmlContext, java.lang.String restHost, int restPort)
           
 
Methods inherited from class org.restlet.Application
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setDescription, setFinderClass, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected org.restlet.Context context
Constructor Detail

RestApiServer.RestApplication

public RestApiServer.RestApplication()
Method Detail

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Overrides:
createInboundRoot in class org.restlet.Application

run

public void run(FloodlightModuleContext fmlContext,
                java.lang.String restHost,
                int restPort)