Uses of Class
org.pcap4j.packet.namednumber.GtpV1ExtensionHeaderType
-
Packages that use GtpV1ExtensionHeaderType Package Description org.pcap4j.packet org.pcap4j.packet.namednumber -
-
Uses of GtpV1ExtensionHeaderType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpV1ExtensionHeaderType Modifier and Type Field Description private GtpV1ExtensionHeaderTypeGtpV1Packet.Builder. nextExtensionHeaderTypeprivate GtpV1ExtensionHeaderTypeGtpV1Packet.GtpV1Header. nextExtensionHeaderTypeMethods in org.pcap4j.packet that return GtpV1ExtensionHeaderType Modifier and Type Method Description GtpV1ExtensionHeaderTypeGtpV1Packet.GtpV1Header. getNextExtensionHeaderType()Methods in org.pcap4j.packet with parameters of type GtpV1ExtensionHeaderType Modifier and Type Method Description GtpV1Packet.BuilderGtpV1Packet.Builder. nextExtensionHeaderType(GtpV1ExtensionHeaderType nextExtensionHeaderType) -
Uses of GtpV1ExtensionHeaderType in org.pcap4j.packet.namednumber
Fields in org.pcap4j.packet.namednumber declared as GtpV1ExtensionHeaderType Modifier and Type Field Description static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. MBMS_SUPPORT_INDICATIONMBMS support indication: 0000 0001static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATIONMS Info Change Reporting support indication: 0000 0010static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. NO_MORE_EXTENSION_HEADERSNo more extension headers: 0000 0000static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. PDCP_PDU_NUMBERPDCP PDU number: 1100 0000static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. SUSPEND_REQUESTSuspend Request: 1100 0001static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. SUSPEND_RESPONSESuspend Response: 1100 0010Fields in org.pcap4j.packet.namednumber with type parameters of type GtpV1ExtensionHeaderType Modifier and Type Field Description private static java.util.Map<java.lang.Byte,GtpV1ExtensionHeaderType>GtpV1ExtensionHeaderType. registryMethods in org.pcap4j.packet.namednumber that return GtpV1ExtensionHeaderType Modifier and Type Method Description static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. getInstance(java.lang.Byte value)static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. register(GtpV1ExtensionHeaderType type)Methods in org.pcap4j.packet.namednumber with parameters of type GtpV1ExtensionHeaderType Modifier and Type Method Description intGtpV1ExtensionHeaderType. compareTo(GtpV1ExtensionHeaderType o)static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType. register(GtpV1ExtensionHeaderType type)
-