クラス GtpV1ExtensionHeaderType
- java.lang.Object
-
- org.pcap4j.packet.namednumber.NamedNumber<Byte,GtpV1ExtensionHeaderType>
-
- org.pcap4j.packet.namednumber.GtpV1ExtensionHeaderType
-
- すべての実装されたインタフェース:
Serializable
,Comparable<GtpV1ExtensionHeaderType>
public final class GtpV1ExtensionHeaderType extends NamedNumber<Byte,GtpV1ExtensionHeaderType>
GTPv1 Extension Header Type- 導入されたバージョン:
- pcap4j 1.6.6
- 作成者:
- Kaito Yamada
- 関連項目:
- ETSI TS 129 060 V12.6.0, 直列化された形式
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
GtpV1ExtensionHeaderType.ComprehensionRequirement
Comprehension requirement of Extension Header Type (Definition of bits 7 and 8 of the Extension Header Type)
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static GtpV1ExtensionHeaderType
MBMS_SUPPORT_INDICATION
MBMS support indication: 0000 0001static GtpV1ExtensionHeaderType
MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
MS Info Change Reporting support indication: 0000 0010static GtpV1ExtensionHeaderType
NO_MORE_EXTENSION_HEADERS
No more extension headers: 0000 0000static GtpV1ExtensionHeaderType
PDCP_PDU_NUMBER
PDCP PDU number: 1100 0000static GtpV1ExtensionHeaderType
SUSPEND_REQUEST
Suspend Request: 1100 0001static GtpV1ExtensionHeaderType
SUSPEND_RESPONSE
Suspend Response: 1100 0010
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GtpV1ExtensionHeaderType(Byte value, String name)
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
compareTo(GtpV1ExtensionHeaderType o)
GtpV1ExtensionHeaderType.ComprehensionRequirement
getComprehensionRequirement()
static GtpV1ExtensionHeaderType
getInstance(Byte value)
static GtpV1ExtensionHeaderType
register(GtpV1ExtensionHeaderType type)
String
valueAsString()
-
-
-
フィールドの詳細
-
NO_MORE_EXTENSION_HEADERS
public static final GtpV1ExtensionHeaderType NO_MORE_EXTENSION_HEADERS
No more extension headers: 0000 0000
-
MBMS_SUPPORT_INDICATION
public static final GtpV1ExtensionHeaderType MBMS_SUPPORT_INDICATION
MBMS support indication: 0000 0001
-
MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
public static final GtpV1ExtensionHeaderType MS_INFO_CHANGE_REPORTING_SUPPORT_INDICATION
MS Info Change Reporting support indication: 0000 0010
-
PDCP_PDU_NUMBER
public static final GtpV1ExtensionHeaderType PDCP_PDU_NUMBER
PDCP PDU number: 1100 0000
-
SUSPEND_REQUEST
public static final GtpV1ExtensionHeaderType SUSPEND_REQUEST
Suspend Request: 1100 0001
-
SUSPEND_RESPONSE
public static final GtpV1ExtensionHeaderType SUSPEND_RESPONSE
Suspend Response: 1100 0010
-
-
メソッドの詳細
-
getComprehensionRequirement
public GtpV1ExtensionHeaderType.ComprehensionRequirement getComprehensionRequirement()
- 戻り値:
- a ComprehensionRequirement object.
-
getInstance
public static GtpV1ExtensionHeaderType getInstance(Byte value)
- パラメータ:
value
- value- 戻り値:
- a GtpV1MessageType object.
-
register
public static GtpV1ExtensionHeaderType register(GtpV1ExtensionHeaderType type)
- パラメータ:
type
- type- 戻り値:
- a GtpV1MessageType object.
-
valueAsString
public String valueAsString()
- オーバーライド:
valueAsString
クラス内NamedNumber<Byte,GtpV1ExtensionHeaderType>
- 戻り値:
- a string representation of this value.
-
compareTo
public int compareTo(GtpV1ExtensionHeaderType o)
- 定義:
compareTo
インタフェース内Comparable<GtpV1ExtensionHeaderType>
- 定義:
compareTo
クラス内NamedNumber<Byte,GtpV1ExtensionHeaderType>
-
-