Uses of Class
org.pcap4j.packet.GtpVersion
-
Packages that use GtpVersion Package Description org.pcap4j.packet -
-
Uses of GtpVersion in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpVersion Modifier and Type Field Description private GtpVersionGtpV1Packet.Builder. versionprivate GtpVersionGtpV1Packet.GtpV1Header. versionMethods in org.pcap4j.packet that return GtpVersion Modifier and Type Method Description static GtpVersionGtpVersion. getInstance(int value)GtpVersionGtpV1Packet.GtpV1Header. getVersion()static GtpVersionGtpVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GtpVersion[]GtpVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pcap4j.packet with parameters of type GtpVersion Modifier and Type Method Description GtpV1Packet.BuilderGtpV1Packet.Builder. version(GtpVersion version)
-