Uses of Class
org.pcap4j.packet.namednumber.GtpV1ExtensionHeaderType
Packages that use GtpV1ExtensionHeaderType
-
Uses of GtpV1ExtensionHeaderType in org.pcap4j.packet
Fields in org.pcap4j.packet declared as GtpV1ExtensionHeaderTypeModifier and TypeFieldDescriptionprivate GtpV1ExtensionHeaderTypeGtpV1Packet.Builder.nextExtensionHeaderTypeprivate final GtpV1ExtensionHeaderTypeGtpV1Packet.GtpV1Header.nextExtensionHeaderTypeMethods in org.pcap4j.packet that return GtpV1ExtensionHeaderTypeMethods in org.pcap4j.packet with parameters of type GtpV1ExtensionHeaderTypeModifier and TypeMethodDescriptionGtpV1Packet.Builder.nextExtensionHeaderType(GtpV1ExtensionHeaderType nextExtensionHeaderType) -
Uses of GtpV1ExtensionHeaderType in org.pcap4j.packet.namednumber
Subclasses with type arguments of type GtpV1ExtensionHeaderType in org.pcap4j.packet.namednumberModifier and TypeClassDescriptionfinal classGTPv1 Extension Header TypeFields in org.pcap4j.packet.namednumber declared as GtpV1ExtensionHeaderTypeModifier and TypeFieldDescriptionstatic final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.MBMS_SUPPORT_INDICATIONMBMS support indication: 0000 0001static final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATIONMS Info Change Reporting support indication: 0000 0010static final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.NO_MORE_EXTENSION_HEADERSNo more extension headers: 0000 0000static final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.PDCP_PDU_NUMBERPDCP PDU number: 1100 0000static final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.SUSPEND_REQUESTSuspend Request: 1100 0001static final GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.SUSPEND_RESPONSESuspend Response: 1100 0010Fields in org.pcap4j.packet.namednumber with type parameters of type GtpV1ExtensionHeaderTypeModifier and TypeFieldDescriptionprivate static final Map<Byte, GtpV1ExtensionHeaderType> GtpV1ExtensionHeaderType.registryMethods in org.pcap4j.packet.namednumber that return GtpV1ExtensionHeaderTypeModifier and TypeMethodDescriptionstatic GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.getInstance(Byte value) static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.register(GtpV1ExtensionHeaderType type) Methods in org.pcap4j.packet.namednumber with parameters of type GtpV1ExtensionHeaderTypeModifier and TypeMethodDescriptionintGtpV1ExtensionHeaderType.compareTo(GtpV1ExtensionHeaderType o) static GtpV1ExtensionHeaderTypeGtpV1ExtensionHeaderType.register(GtpV1ExtensionHeaderType type)