Uses of Enum Class
org.pcap4j.packet.GtpVersion
Packages that use GtpVersion
-
Uses of GtpVersion in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpVersionModifier and TypeFieldDescriptionprivate GtpVersionGtpV1Packet.Builder.versionprivate final GtpVersionGtpV1Packet.GtpV1Header.versionMethods in org.pcap4j.packet that return GtpVersionModifier and TypeMethodDescriptionstatic GtpVersionGtpVersion.getInstance(int value) GtpV1Packet.GtpV1Header.getVersion()static GtpVersionReturns the enum constant of this class with the specified name.static GtpVersion[]GtpVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pcap4j.packet with parameters of type GtpVersion