Interface NetworkController
- All Known Implementing Classes:
NetworkControllerImpl
public interface NetworkController
-
Method Summary
Modifier and TypeMethodDescriptiongetConfiguration(org.restexpress.Request request, org.restexpress.Response response) getConfigurationIp6(org.restexpress.Request request, org.restexpress.Response response) booleangetDHCPActive(org.restexpress.Request request, org.restexpress.Response response) getDhcpServers(org.restexpress.Request request, org.restexpress.Response response) getSetupPageInfo(org.restexpress.Request request, org.restexpress.Response response) updateConfiguration(org.restexpress.Request request, org.restexpress.Response response) updateConfigurationIp6(org.restexpress.Request request, org.restexpress.Response response)
-
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
-
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
-