Class NeighborDiscoveryMessage
java.lang.Object
org.eblocker.server.common.network.icmpv6.Icmp6Message
org.eblocker.server.common.network.icmpv6.NeighborDiscoveryMessage
- Direct Known Subclasses:
NeighborAdvertisement,NeighborSolicitation,RouterAdvertisement,RouterSolicitation
-
Constructor Summary
ConstructorsConstructorDescriptionNeighborDiscoveryMessage(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int icmpType, List<Option> options) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected final voidMethods inherited from class org.eblocker.server.common.network.icmpv6.Icmp6Message
getDestinationAddress, getDestinationHardwareAddress, getIcmpType, getSourceAddress, getSourceHardwareAddress, toString
-
Constructor Details
-
NeighborDiscoveryMessage
public NeighborDiscoveryMessage(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int icmpType, List<Option> options)
-
-
Method Details
-
getOptions
-
toString
- Overrides:
toStringin classIcmp6Message
-
appendParameter
-