Uses of Class
org.eblocker.server.common.network.icmpv6.Option
Packages that use Option
-
Uses of Option in org.eblocker.server.common.network.icmpv6
Subclasses of Option in org.eblocker.server.common.network.icmpv6Modifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.eblocker.server.common.network.icmpv6 that return types with arguments of type OptionConstructor parameters in org.eblocker.server.common.network.icmpv6 with type arguments of type OptionModifierConstructorDescriptionNeighborAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, boolean router, boolean solicited, boolean override, Ip6Address targetAddress, List<Option> options) NeighborDiscoveryMessage(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int icmpType, List<Option> options) NeighborSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, Ip6Address targetAddress, List<Option> options) RouterAdvertisement(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) RouterSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, List<Option> options)