Class NeighborAdvertisement
java.lang.Object
org.eblocker.server.common.network.icmpv6.Icmp6Message
org.eblocker.server.common.network.icmpv6.NeighborDiscoveryMessage
org.eblocker.server.common.network.icmpv6.NeighborAdvertisement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNeighborAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, boolean router, boolean solicited, boolean override, Ip6Address targetAddress, List<Option> options) -
Method Summary
Methods inherited from class org.eblocker.server.common.network.icmpv6.NeighborDiscoveryMessage
getOptions, toStringMethods inherited from class org.eblocker.server.common.network.icmpv6.Icmp6Message
getDestinationAddress, getDestinationHardwareAddress, getIcmpType, getSourceAddress, getSourceHardwareAddress, toString
-
Field Details
-
ICMP_TYPE
public static final int ICMP_TYPE- See Also:
-
-
Constructor Details
-
NeighborAdvertisement
public NeighborAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, boolean router, boolean solicited, boolean override, Ip6Address targetAddress, List<Option> options)
-
-
Method Details
-
isRouter
public boolean isRouter() -
isSolicited
public boolean isSolicited() -
isOverride
public boolean isOverride() -
getTargetAddress
-
appendParameter
- Specified by:
appendParameterin classNeighborDiscoveryMessage
-