| Modifier and Type | Method and Description |
|---|---|
Packet |
FilterEvent.getPacket()
Returns the packet which caused the event.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SmartInspect.doFilter(Packet packet)
Invokes the Filter event handlers and determines if the supplied packet should be sent or not.
|
| Constructor and Description |
|---|
FilterEvent(Object source,
Packet packet)
Creates and initializes a FilterEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
Formatter.compile(Packet packet)
Preprocesses (or compiles) a packet and returns the required size for the compiled
result.
|
int |
BinaryFormatter.compile(Packet packet)
Overridden.
|
int |
TextFormatter.compile(Packet packet)
Overridden.
|
void |
Formatter.format(Packet packet,
OutputStream stream)
Compiles a packet and writes it to a stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogHeader
Represents the Log Header packet type which is used for storing
and transferring log metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Packet |
PacketQueue.pop()
Returns a packet and removes it from the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketQueue.push(Packet packet)
Adds a new packet to the queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlCommand
Represents the Control Command packet type which is used for
administrative tasks like resetting or clearing the Console.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogEntry
Represents the Log Entry packet type which is used for nearly all
logging methods in the Session class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessFlow
Represents the Process Flow packet type which is used in the
enter/leave methods in the Session class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Watch
Represents the Watch packet type which is used in the watch methods in the Session classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.implWritePacket(Packet packet) |
protected void |
TcpProtocol.internalWritePacket(Packet packet)
Overridden.
|
protected void |
MemoryProtocol.internalWritePacket(Packet packet)
Overridden.
|
protected abstract void |
Protocol.internalWritePacket(Packet packet)
Writes a packet to the protocol destination.
|
protected void |
FileProtocol.internalWritePacket(Packet packet)
Overridden.
|
void |
Protocol.scheduleWritePacket(Packet packet,
SchedulerQueue.QueueEnd insertTo) |
void |
Protocol.writePacket(Packet packet)
Writes a packet to the protocol specific destination.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Chunk |
| Modifier and Type | Method and Description |
|---|---|
void |
Chunk.compilePacket(Packet packet)
Compile but don't add to the chunk yet.
|
void |
CloudProtocol.writePacket(Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PipeProtocol.internalWritePacket(Packet packet)
Overridden.
|
Copyright © 2023. All rights reserved.