Uses of Class
org.eblocker.server.common.data.NetworkConfiguration
Packages that use NetworkConfiguration
Package
Description
-
Uses of NetworkConfiguration in org.eblocker.server.common.data.validation
Methods in org.eblocker.server.common.data.validation with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionvoidNetworkConfigurationValidator.perform(NetworkConfiguration cfg, List<String> errors) -
Uses of NetworkConfiguration in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return NetworkConfigurationModifier and TypeMethodDescriptionNetworkServices.getCurrentNetworkConfiguration()NetworkServicesBase.getCurrentNetworkConfiguration()Methods in org.eblocker.server.common.network with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionvoidNetworkServices.applyNetworkConfiguration(NetworkConfiguration networkConfiguration) voidNetworkServicesBase.applyNetworkConfiguration(NetworkConfiguration configuration) voidNetworkServices.configureDhcpServer(NetworkConfiguration configuration) voidNetworkServices.configureEblockerDns(NetworkConfiguration configuration) voidNetworkServicesBase.configureEblockerDns(NetworkConfiguration configuration) voidNetworkServices.enableStaticIp(NetworkConfiguration configuration) voidNetworkState.onConfigurationUpdate(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) Performs all steps that are necessary to update the configuration.voidNetworkStateLocalDhcp.onConfigurationUpdate(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) abstract voidNetworkState.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) Perform all steps that are necessary to enter this state, e.g. services must be configured and started.voidNetworkStateExternalDhcp.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) voidNetworkStateLocalDhcp.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) voidNetworkStatePlugAndPlay.onEntry(NetworkServices services, NetworkConfiguration configuration, boolean willReboot) voidNetworkServices.setNameserverAddresses(NetworkConfiguration configuration) booleanNetworkStateMachine.updateConfiguration(NetworkConfiguration networkConfiguration) Updates the current configuration -
Uses of NetworkConfiguration in org.eblocker.server.common.network.unix
Methods in org.eblocker.server.common.network.unix with parameters of type NetworkConfigurationModifier and TypeMethodDescriptionvoidNetworkServicesUnix.applyNetworkConfiguration(NetworkConfiguration configuration) voidNetworkServicesUnix.configureDhcpServer(NetworkConfiguration cfg) voidEblockerDnsServer.enable(NetworkConfiguration networkConfiguration) voidNetworkServicesUnix.enableStaticIp(NetworkConfiguration configuration) voidNetworkServicesUnix.setNameserverAddresses(NetworkConfiguration configuration)