public final class PacketType extends Enum
This class is fully threadsafe
| Modifier and Type | Field and Description |
|---|---|
static PacketType |
Chunk
Identifies a packet as Chunk.
|
static PacketType |
ControlCommand
Identifies a packet as Control Command.
|
static PacketType |
LogEntry
Identifies a packet as Log Entry.
|
static PacketType |
LogHeader
Identifies a packet as Log Header.
|
static PacketType |
ProcessFlow
Identifies a packet as Process Flow entry.
|
static PacketType |
Watch
Identifies a packet as Watch.
|
public static final PacketType LogEntry
public static final PacketType ControlCommand
public static final PacketType Watch
public static final PacketType ProcessFlow
public static final PacketType LogHeader
public static final PacketType Chunk
Copyright © 2023. All rights reserved.