Class NeighborSolicitation
java.lang.Object
org.eblocker.server.common.network.icmpv6.Icmp6Message
org.eblocker.server.common.network.icmpv6.NeighborDiscoveryMessage
org.eblocker.server.common.network.icmpv6.NeighborSolicitation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNeighborSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, Ip6Address targetAddress, List<Option> options) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods 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
-
NeighborSolicitation
public NeighborSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, Ip6Address targetAddress, List<Option> options)
-
-
Method Details
-
getTargetAddress
-
appendParameter
- Specified by:
appendParameterin classNeighborDiscoveryMessage
-