Uses of Class
org.eblocker.server.common.network.RouterAdvertisementCache
Packages that use RouterAdvertisementCache
Package
Description
-
Uses of RouterAdvertisementCache in org.eblocker.server.common.network
Constructors in org.eblocker.server.common.network with parameters of type RouterAdvertisementCacheModifierConstructorDescriptionNeighborDiscoveryListener(IpResponseTable ipResponseTable, java.time.Clock clock, DeviceIpUpdater deviceIpUpdater, FeatureToggleRouter featureToggleRouter, NetworkInterfaceWrapper networkInterface, PubSubService pubSubService, RouterAdvertisementCache routerAdvertisementCache, Ip6AddressDelayedValidator delayedValidator, RouterAdvertisementFactory routerAdvertisementFactory) -
Uses of RouterAdvertisementCache in org.eblocker.server.common.network.icmpv6
Constructors in org.eblocker.server.common.network.icmpv6 with parameters of type RouterAdvertisementCacheModifierConstructorDescriptionRouterAdvertisementFactory(RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, int dnsLifetime, RouterAdvertisementCache routerAdvertisementCache, NetworkInterfaceWrapper networkInterface) -
Uses of RouterAdvertisementCache in org.eblocker.server.common.network.unix
Constructors in org.eblocker.server.common.network.unix with parameters of type RouterAdvertisementCacheModifierConstructorDescriptionEblockerDnsServer(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)