java.lang.Object
org.pcap4j.core.AbstractPcapAddress
org.pcap4j.core.PcapIpV6Address
- All Implemented Interfaces:
PcapAddress
- Since:
- pcap4j 0.9.15
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePcapIpV6Address(NativeMappings.pcap_addr pcapAddr, short saFamily, String devName) -
Method Summary
Modifier and TypeMethodDescription(package private) static PcapIpV6AddressnewInstance(NativeMappings.pcap_addr pcapAddr, short saFamily, String devName) protected Inet6AddressMethods inherited from class org.pcap4j.core.AbstractPcapAddress
equals, hashCode, toString
-
Constructor Details
-
PcapIpV6Address
-
-
Method Details
-
newInstance
static PcapIpV6Address newInstance(NativeMappings.pcap_addr pcapAddr, short saFamily, String devName) -
ntoInetAddress
- Specified by:
ntoInetAddressin classAbstractPcapAddress
-
getAddress
- Specified by:
getAddressin interfacePcapAddress- Overrides:
getAddressin classAbstractPcapAddress- Returns:
- address or null
-
getNetmask
- Specified by:
getNetmaskin interfacePcapAddress- Overrides:
getNetmaskin classAbstractPcapAddress- Returns:
- netmask or null
-
getBroadcastAddress
- Specified by:
getBroadcastAddressin interfacePcapAddress- Overrides:
getBroadcastAddressin classAbstractPcapAddress- Returns:
- broadcast address or null
-
getDestinationAddress
- Specified by:
getDestinationAddressin interfacePcapAddress- Overrides:
getDestinationAddressin classAbstractPcapAddress- Returns:
- destination address or null
-