| Package | Description |
|---|---|
| org.red5.io.sctp.packet.chunks |
| Modifier and Type | Method and Description |
|---|---|
static ChunkType |
ChunkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkType[] |
ChunkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Chunk(ChunkType type,
byte flags) |
Chunk(ChunkType type,
byte flags,
short length) |
Copyright © 2005–2017 Red5. All rights reserved.