| Modifier and Type | Field and Description |
|---|---|
static PacketType |
PacketType.Chunk
Identifies a packet as Chunk.
|
static PacketType |
PacketType.ControlCommand
Identifies a packet as Control Command.
|
static PacketType |
PacketType.LogEntry
Identifies a packet as Log Entry.
|
static PacketType |
PacketType.LogHeader
Identifies a packet as Log Header.
|
static PacketType |
PacketType.ProcessFlow
Identifies a packet as Process Flow entry.
|
static PacketType |
PacketType.Watch
Identifies a packet as Watch.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PacketType |
Packet.getPacketType()
Intended to return the type of the packet.
|
PacketType |
LogHeader.getPacketType()
Overridden.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
ControlCommand.getPacketType()
Overridden.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
LogEntry.getPacketType()
Overridden.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
ProcessFlow.getPacketType()
Overridden.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
Watch.getPacketType()
Overridden.
|
| Modifier and Type | Method and Description |
|---|---|
PacketType |
Chunk.getPacketType() |
Copyright © 2023. All rights reserved.