public static enum GtpV1ExtensionHeaderType.ComprehensionRequirement extends Enum<GtpV1ExtensionHeaderType.ComprehensionRequirement>
Enum Constant and Description |
---|
NOT_REQUIRED_SHALL_DISCARD
Comprehension of this extension header is not required.
|
NOT_REQUIRED_SHALL_FORWARD
Comprehension of this extension header is not required.
|
REQUIRED_BY_ENDPOINT
Comprehension of this extension header is required by the Endpoint Receiver but not by an
Intermediate Node.
|
REQUIRED_BY_RECIPIENT
Comprehension of this header type is required by recipient (either Endpoint Receiver or
Intermediate Node)
|
Modifier and Type | Method and Description |
---|---|
static GtpV1ExtensionHeaderType.ComprehensionRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GtpV1ExtensionHeaderType.ComprehensionRequirement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GtpV1ExtensionHeaderType.ComprehensionRequirement NOT_REQUIRED_SHALL_FORWARD
public static final GtpV1ExtensionHeaderType.ComprehensionRequirement NOT_REQUIRED_SHALL_DISCARD
public static final GtpV1ExtensionHeaderType.ComprehensionRequirement REQUIRED_BY_ENDPOINT
public static final GtpV1ExtensionHeaderType.ComprehensionRequirement REQUIRED_BY_RECIPIENT
public static GtpV1ExtensionHeaderType.ComprehensionRequirement[] values()
for (GtpV1ExtensionHeaderType.ComprehensionRequirement c : GtpV1ExtensionHeaderType.ComprehensionRequirement.values()) System.out.println(c);
public static GtpV1ExtensionHeaderType.ComprehensionRequirement valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2011–2018 Pcap4J.org. All rights reserved.