Uses of Class
org.pcap4j.packet.namednumber.IpVersion
-
Packages that use IpVersion Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of IpVersion in org.pcap4j.packet
Fields in org.pcap4j.packet declared as IpVersion Modifier and Type Field Description private IpVersionIpV4Packet.Builder. versionprivate IpVersionIpV4Packet.IpV4Header. versionprivate IpVersionIpV6Packet.Builder. versionprivate IpVersionIpV6Packet.IpV6Header. versionMethods in org.pcap4j.packet that return IpVersion Modifier and Type Method Description IpVersionIpPacket.IpHeader. getVersion()IpVersionIpV4Packet.IpV4Header. getVersion()IpVersionIpV6Packet.IpV6Header. getVersion()Methods in org.pcap4j.packet with parameters of type IpVersion Modifier and Type Method Description IpV4Packet.BuilderIpV4Packet.Builder. version(IpVersion version)IpV6Packet.BuilderIpV6Packet.Builder. version(IpVersion version) -
Uses of IpVersion in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as IpVersion Modifier and Type Field Description static IpVersionIpVersion. IPV4IPv4: 4static IpVersionIpVersion. IPV6IPv6: 6static IpVersionIpVersion. PIPPIP: 8static IpVersionIpVersion. STST: 5static IpVersionIpVersion. TP_IXTP/IX: 7static IpVersionIpVersion. TUBATUBA: 9Fields in org.pcap4j.packet.namednumber with type parameters of type IpVersion Modifier and Type Field Description private static java.util.Map<java.lang.Byte,IpVersion>IpVersion. registryMethods in org.pcap4j.packet.namednumber that return IpVersion Modifier and Type Method Description static IpVersionIpVersion. getInstance(java.lang.Byte value)static IpVersionIpVersion. register(IpVersion version)Methods in org.pcap4j.packet.namednumber with parameters of type IpVersion Modifier and Type Method Description intIpVersion. compareTo(IpVersion o)static IpVersionIpVersion. register(IpVersion version)
-