Class RouterAdvertisementFactory
java.lang.Object
org.eblocker.server.common.network.icmpv6.RouterAdvertisementFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRouterAdvertisementFactory(RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, int dnsLifetime, RouterAdvertisementCache routerAdvertisementCache, NetworkInterfaceWrapper networkInterface) -
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] targetHardwareAddress, Ip6Address targetAddress)
-
Field Details
-
MULTICAST_ALL_NODES_HW_ADDRESS
public static final byte[] MULTICAST_ALL_NODES_HW_ADDRESS
-
-
Constructor Details
-
RouterAdvertisementFactory
@Inject public RouterAdvertisementFactory(RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, int dnsLifetime, RouterAdvertisementCache routerAdvertisementCache, NetworkInterfaceWrapper networkInterface)
-
-
Method Details
-
create
public RouterAdvertisement create(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] targetHardwareAddress, Ip6Address targetAddress)
-