Interface NetworkController

All Known Implementing Classes:
NetworkControllerImpl

public interface NetworkController
  • Method Details

    • getConfiguration

      Object getConfiguration(org.restexpress.Request request, org.restexpress.Response response) throws IOException
      Throws:
      IOException
    • getSetupPageInfo

      Object getSetupPageInfo(org.restexpress.Request request, org.restexpress.Response response) throws IOException
      Throws:
      IOException
    • updateConfiguration

      Object updateConfiguration(org.restexpress.Request request, org.restexpress.Response response) throws IOException
      Throws:
      IOException
    • getDHCPActive

      boolean getDHCPActive(org.restexpress.Request request, org.restexpress.Response response)
    • getDhcpServers

      Set<String> getDhcpServers(org.restexpress.Request request, org.restexpress.Response response)
    • getConfigurationIp6

      Object getConfigurationIp6(org.restexpress.Request request, org.restexpress.Response response) throws IOException
      Throws:
      IOException
    • updateConfigurationIp6

      Object updateConfigurationIp6(org.restexpress.Request request, org.restexpress.Response response) throws IOException
      Throws:
      IOException