Uses of Class
org.pcap4j.packet.GtpV1Packet.ProtocolType
-
Packages that use GtpV1Packet.ProtocolType Package Description org.pcap4j.packet -
-
Uses of GtpV1Packet.ProtocolType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpV1Packet.ProtocolType Modifier and Type Field Description private GtpV1Packet.ProtocolTypeGtpV1Packet.Builder. protocolTypeprivate GtpV1Packet.ProtocolTypeGtpV1Packet.GtpV1Header. protocolTypeMethods in org.pcap4j.packet that return GtpV1Packet.ProtocolType Modifier and Type Method Description static GtpV1Packet.ProtocolTypeGtpV1Packet.ProtocolType. getInstance(boolean value)GtpV1Packet.ProtocolTypeGtpV1Packet.GtpV1Header. getProtocolType()static GtpV1Packet.ProtocolTypeGtpV1Packet.ProtocolType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GtpV1Packet.ProtocolType[]GtpV1Packet.ProtocolType. 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 GtpV1Packet.ProtocolType Modifier and Type Method Description GtpV1Packet.BuilderGtpV1Packet.Builder. protocolType(GtpV1Packet.ProtocolType protocolType)
-