public static enum SctpChunk.Type extends Enum<SctpChunk.Type>
| Enum Constant and Description |
|---|
ABORT |
ASCONF |
ASCONF_ACK |
AUTH |
COOKIE_ACK |
COOKIE_ECHO |
CWR |
DATA |
ECNE |
ERROR |
FORWARD_TSN |
HEARTBEAT |
HEARTBEAT_ACK |
I_DATA |
I_FORWARD_TSN |
INIT |
INIT_ACK |
PAD |
RE_CONFIG |
SACK |
SHUTDOWN |
SHUTDOWN_ACK |
SHUTDOWN_COMPLETE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
short |
getType() |
static SctpChunk.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SctpChunk.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SctpChunk.Type DATA
public static final SctpChunk.Type INIT
public static final SctpChunk.Type INIT_ACK
public static final SctpChunk.Type SACK
public static final SctpChunk.Type HEARTBEAT
public static final SctpChunk.Type HEARTBEAT_ACK
public static final SctpChunk.Type ABORT
public static final SctpChunk.Type SHUTDOWN
public static final SctpChunk.Type SHUTDOWN_ACK
public static final SctpChunk.Type ERROR
public static final SctpChunk.Type COOKIE_ECHO
public static final SctpChunk.Type COOKIE_ACK
public static final SctpChunk.Type ECNE
public static final SctpChunk.Type CWR
public static final SctpChunk.Type SHUTDOWN_COMPLETE
public static final SctpChunk.Type AUTH
public static final SctpChunk.Type I_DATA
public static final SctpChunk.Type ASCONF_ACK
public static final SctpChunk.Type RE_CONFIG
public static final SctpChunk.Type PAD
public static final SctpChunk.Type FORWARD_TSN
public static final SctpChunk.Type ASCONF
public static final SctpChunk.Type I_FORWARD_TSN
public static SctpChunk.Type[] values()
for (SctpChunk.Type c : SctpChunk.Type.values()) System.out.println(c);
public static SctpChunk.Type 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 nullpublic short getType()
public String getDescription()
Copyright © 2021. All Rights Reserved.