Package org.pcap4j.packet.factory.statik
Interface StaticIpV6NeighborDiscoveryOptionFactory.Instantiater
-
- Enclosing class:
- StaticIpV6NeighborDiscoveryOptionFactory
private static interface StaticIpV6NeighborDiscoveryOptionFactory.Instantiater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends IcmpV6CommonPacket.IpV6NeighborDiscoveryOption>getTargetClass()IcmpV6CommonPacket.IpV6NeighborDiscoveryOptionnewInstance(byte[] rawData, int offset, int length)
-
-
-
Method Detail
-
newInstance
IcmpV6CommonPacket.IpV6NeighborDiscoveryOption newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
- Throws:
IllegalRawDataException
-
getTargetClass
java.lang.Class<? extends IcmpV6CommonPacket.IpV6NeighborDiscoveryOption> getTargetClass()
-
-