Uses of Enum Class
org.pcap4j.packet.GtpV1Packet.ProtocolType
Packages that use GtpV1Packet.ProtocolType
-
Uses of GtpV1Packet.ProtocolType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpV1Packet.ProtocolTypeModifier and TypeFieldDescriptionprivate GtpV1Packet.ProtocolTypeGtpV1Packet.Builder.protocolTypeprivate final GtpV1Packet.ProtocolTypeGtpV1Packet.GtpV1Header.protocolTypeMethods in org.pcap4j.packet that return GtpV1Packet.ProtocolTypeModifier and TypeMethodDescriptionstatic GtpV1Packet.ProtocolTypeGtpV1Packet.ProtocolType.getInstance(boolean value) GtpV1Packet.GtpV1Header.getProtocolType()static GtpV1Packet.ProtocolTypeReturns the enum constant of this class with the specified name.static GtpV1Packet.ProtocolType[]GtpV1Packet.ProtocolType.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 GtpV1Packet.ProtocolTypeModifier and TypeMethodDescriptionGtpV1Packet.Builder.protocolType(GtpV1Packet.ProtocolType protocolType)