Uses of Class
org.eblocker.server.common.data.DhcpRange
Packages that use DhcpRange
-
Uses of DhcpRange in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return DhcpRangeModifier and TypeMethodDescriptionDataSource.getDhcpRange()Returns the range of IP addresses the DHCP server should give to clientsJedisDataSource.getDhcpRange()Methods in org.eblocker.server.common.data with parameters of type DhcpRangeModifier and TypeMethodDescriptionvoidDataSource.setDhcpRange(DhcpRange range) Sets the range of IP addresses the DHCP server should give to clientsvoidJedisDataSource.setDhcpRange(DhcpRange range) -
Uses of DhcpRange in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return DhcpRangeModifier and TypeMethodDescriptionDhcpServerConfiguration.getRange()The range of IP addresses that the DHCP server should assign to clients.Methods in org.eblocker.server.common.network that return types with arguments of type DhcpRangeMethods in org.eblocker.server.common.network with parameters of type DhcpRange