| Package | Description |
|---|---|
| com.h3c.util.pkt |
| Modifier and Type | Method and Description |
|---|---|
Sctp.Chunk.Type |
Sctp.Chunk.type()
Returns the chunk type.
|
static Sctp.Chunk.Type |
Sctp.Chunk.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sctp.Chunk.Type[] |
Sctp.Chunk.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Sctp.Chunk(Sctp.Chunk.Type type,
int flags,
byte[] data)
Constructor to create a new chunk.
|
Copyright © 2014. All Rights Reserved.