| Package | Description |
|---|---|
| anon.client |
| Modifier and Type | Field and Description |
|---|---|
private InternalChannelMessage |
InternalChannelMessageQueue.m_messageQueueHead |
private InternalChannelMessage |
InternalChannelMessageQueue.m_messageQueueTail |
protected InternalChannelMessage |
InternalChannelMessage.m_Next |
| Modifier and Type | Method and Description |
|---|---|
InternalChannelMessage |
InternalChannelMessageQueue.getFirstMessage()
Returns the next message without removing it.
|
InternalChannelMessage |
InternalChannelMessageQueue.waitForNextMessage()
This method will return the current message queue head.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalChannelMessageQueue.addChannelMessage(InternalChannelMessage a_message)
Adds (only) the given message to the tail of the queue and notify all
observers.
|
Copyright © 2023. All rights reserved.