Class GtpV1ExtensionHeaderType
java.lang.Object
org.pcap4j.packet.namednumber.NamedNumber<Byte, GtpV1ExtensionHeaderType>
org.pcap4j.packet.namednumber.GtpV1ExtensionHeaderType
- All Implemented Interfaces:
Serializable, Comparable<GtpV1ExtensionHeaderType>
GTPv1 Extension Header Type
- Since:
- pcap4j 1.6.6
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumComprehension requirement of Extension Header Type (Definition of bits 7 and 8 of the Extension Header Type) -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GtpV1ExtensionHeaderTypeMBMS support indication: 0000 0001static final GtpV1ExtensionHeaderTypeMS Info Change Reporting support indication: 0000 0010static final GtpV1ExtensionHeaderTypeNo more extension headers: 0000 0000static final GtpV1ExtensionHeaderTypePDCP PDU number: 1100 0000private static final Map<Byte, GtpV1ExtensionHeaderType> private static final longstatic final GtpV1ExtensionHeaderTypeSuspend Request: 1100 0001static final GtpV1ExtensionHeaderTypeSuspend Response: 1100 0010 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintstatic GtpV1ExtensionHeaderTypegetInstance(Byte value) static GtpV1ExtensionHeaderType
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
NO_MORE_EXTENSION_HEADERS
No more extension headers: 0000 0000 -
MBMS_SUPPORT_INDICATION
MBMS support indication: 0000 0001 -
MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
MS Info Change Reporting support indication: 0000 0010 -
PDCP_PDU_NUMBER
PDCP PDU number: 1100 0000 -
SUSPEND_REQUEST
Suspend Request: 1100 0001 -
SUSPEND_RESPONSE
Suspend Response: 1100 0010 -
registry
-
-
Constructor Details
-
GtpV1ExtensionHeaderType
-
-
Method Details
-
getComprehensionRequirement
- Returns:
- a ComprehensionRequirement object.
-
getInstance
- Parameters:
value- value- Returns:
- a GtpV1MessageType object.
-
register
- Parameters:
type- type- Returns:
- a GtpV1MessageType object.
-
valueAsString
- Overrides:
valueAsStringin classNamedNumber<Byte, GtpV1ExtensionHeaderType>- Returns:
- a string representation of this value.
-
compareTo
- Specified by:
compareToin interfaceComparable<GtpV1ExtensionHeaderType>- Specified by:
compareToin classNamedNumber<Byte, GtpV1ExtensionHeaderType>
-