Uses of Class
org.eblocker.server.common.data.Ip4Address
Packages that use Ip4Address
Package
Description
-
Uses of Ip4Address in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return Ip4AddressModifier and TypeMethodDescriptionstatic Ip4AddressIp4Address.of(byte[] bytes) static Ip4Address -
Uses of Ip4Address in org.eblocker.server.common.data.dns
Methods in org.eblocker.server.common.data.dns that return Ip4AddressConstructors in org.eblocker.server.common.data.dns with parameters of type Ip4AddressModifierConstructorDescriptionLocalDnsRecord(String name, boolean builtin, boolean hidden, Ip4Address ipAddress, Ip6Address ip6Address, Ip4Address vpnIpAddress, Ip6Address vpnIp6Address) -
Uses of Ip4Address in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return Ip4AddressModifier and TypeMethodDescriptionNetworkInterfaceWrapper.getFirstIPv4Address()Returns the primary IPv4 IP addressNetworkInterfaceWrapper.getVpnIpv4Address()Methods in org.eblocker.server.common.network with parameters of type Ip4AddressModifier and TypeMethodDescriptionvoidNetworkInterfaceWrapper.notifyIPAddressChanged(Ip4Address newIP) This method actually updates the current IPv4 address from the network interface; Call this method, if e.g. the device got a new IPv4 address via DHCP in automatic mode.Constructors in org.eblocker.server.common.network with parameters of type Ip4AddressModifierConstructorDescriptionArpSpoofer(int healingNumPackets, long onlineThreshold, long suspendPeriod, Ip4Address emergencyIp, ConcurrentMap<String, Long> arpProbeCache, IpResponseTable ipResponseTable, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, PubSubService pubSubService, NetworkInterfaceWrapper networkInterface) NetworkInterfaceWrapper(NetworkInterfaceFactory networkInterfaceFactory, String interfaceName, Ip4Address emergencyIp, String findGatewayScript, String vpnInterfaceName, ScriptRunner scriptRunner) -
Uses of Ip4Address in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type Ip4AddressModifierConstructorDescriptionEblockerDnsServer(String flushCommand, String updateCommand, String defaultCustomNameServers, String defaultLocalNames, String defaultTorNameServers, String enabledFlagFile, String controlBarHostname, Ip4Address controlBarIpAddress, String vpnSubnetIp, String vpnSubnetNetmask, java.time.Clock clock, DataSource dataSource, DeviceService deviceService, DhcpBindListener dhcpBindListener, DhcpClientLeaseReader dhcpClientLeaseReader, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementCache routerAdvertisementCache) -
Uses of Ip4Address in org.eblocker.server.common.util
Methods in org.eblocker.server.common.util with parameters of type Ip4AddressModifier and TypeMethodDescriptionstatic intIp4Utils.convertIpToInt(Ip4Address ip) static booleanIp4Utils.isLinkLocal(Ip4Address ip4Address) static booleanIp4Utils.isPrivate(Ip4Address ip4Address)