Uses of Enum Class
org.eblocker.server.common.network.icmpv6.RouterAdvertisement.RouterPreference
Packages that use RouterAdvertisement.RouterPreference
-
Uses of RouterAdvertisement.RouterPreference in org.eblocker.server.common.network.icmpv6
Methods in org.eblocker.server.common.network.icmpv6 that return RouterAdvertisement.RouterPreferenceModifier and TypeMethodDescriptionRouterAdvertisement.RouterPreference.getByValue(int value) RouterAdvertisement.getRouterPreference()Returns the enum constant of this class with the specified name.static RouterAdvertisement.RouterPreference[]RouterAdvertisement.RouterPreference.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.network.icmpv6 with parameters of type RouterAdvertisement.RouterPreferenceModifierConstructorDescriptionRouterAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] targetHardwareAddress, Ip6Address targetAddress, short currentHopLimit, boolean managedAddressConfiguration, boolean otherConfiguration, boolean homeAgent, RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, long reachableTime, long retransTimer, List<Option> options) RouterAdvertisementFactory(RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, int dnsLifetime, RouterAdvertisementCache routerAdvertisementCache, NetworkInterfaceWrapper networkInterface)