public final class SctpChunkType extends NamedNumber<Byte,SctpChunkType>
Modifier and Type | Class and Description |
---|---|
static class |
SctpChunkType.ActionForUnkownType
Action that must be taken if the processing endpoint does not recognize the Chunk Type.
|
Modifier and Type | Field and Description |
---|---|
static SctpChunkType |
ABORT
Abort: 6
|
static SctpChunkType |
COOKIE_ACK
Cookie Acknowledgement: 11
|
static SctpChunkType |
COOKIE_ECHO
State Cookie: 10
|
static SctpChunkType |
CWR
Congestion Window Reduced: 13
|
static SctpChunkType |
DATA
Payload Data: 0
|
static SctpChunkType |
ECNE
Explicit Congestion Notification Echo: 12
|
static SctpChunkType |
ERROR
Operation Error: 9
|
static SctpChunkType |
HEARTBEAT
Heartbeat Request: 4
|
static SctpChunkType |
HEARTBEAT_ACK
Heartbeat Acknowledgement: 5
|
static SctpChunkType |
INIT
Initiation: 1
|
static SctpChunkType |
INIT_ACK
Initiation Acknowledgement: 2
|
static SctpChunkType |
SACK
Selective Acknowledgement: 3
|
static SctpChunkType |
SHUTDOWN
Shutdown: 7
|
static SctpChunkType |
SHUTDOWN_ACK
Shutdown Acknowledgement: 8
|
static SctpChunkType |
SHUTDOWN_COMPLETE
Shutdown Complete: 14
|
Constructor and Description |
---|
SctpChunkType(Byte value,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SctpChunkType o) |
SctpChunkType.ActionForUnkownType |
getActionForUnkownType() |
static SctpChunkType |
getInstance(Byte value) |
static SctpChunkType |
register(SctpChunkType type) |
int |
valueAsInt() |
String |
valueAsString() |
public static final SctpChunkType DATA
public static final SctpChunkType INIT
public static final SctpChunkType INIT_ACK
public static final SctpChunkType SACK
public static final SctpChunkType HEARTBEAT
public static final SctpChunkType HEARTBEAT_ACK
public static final SctpChunkType ABORT
public static final SctpChunkType SHUTDOWN
public static final SctpChunkType SHUTDOWN_ACK
public static final SctpChunkType ERROR
public static final SctpChunkType COOKIE_ECHO
public static final SctpChunkType COOKIE_ACK
public static final SctpChunkType ECNE
public static final SctpChunkType CWR
public static final SctpChunkType SHUTDOWN_COMPLETE
public SctpChunkType.ActionForUnkownType getActionForUnkownType()
public static SctpChunkType getInstance(Byte value)
value
- valuepublic static SctpChunkType register(SctpChunkType type)
type
- typepublic int valueAsInt()
public String valueAsString()
valueAsString
in class NamedNumber<Byte,SctpChunkType>
public int compareTo(SctpChunkType o)
compareTo
in interface Comparable<SctpChunkType>
compareTo
in class NamedNumber<Byte,SctpChunkType>
Copyright © 2011–2017 Pcap4J.org. All rights reserved.