|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientMessage | |
|---|---|
| org.xnap.plugin.opennap.net | Provides the OpenNap network communication classes for search, transfer and chat. |
| org.xnap.plugin.opennap.net.msg | Provides the OpenNap message handler for sending and receiving of network packets. |
| org.xnap.plugin.opennap.net.msg.client | Provides the classes for messages sent by OpenNap clients like XNap. |
| Uses of ClientMessage in org.xnap.plugin.opennap.net |
|---|
| Methods in org.xnap.plugin.opennap.net that return ClientMessage | |
|---|---|
ClientMessage |
SendQueue.pop()
Removes the top message from the queue. |
| Methods in org.xnap.plugin.opennap.net with parameters of type ClientMessage | |
|---|---|
void |
SendQueue.add(ClientMessage msg)
Returns true, if a send worker needs to be notified. |
boolean |
SendQueue.send(ClientMessage msg)
|
| Uses of ClientMessage in org.xnap.plugin.opennap.net.msg |
|---|
| Methods in org.xnap.plugin.opennap.net.msg with parameters of type ClientMessage | |
|---|---|
static void |
MessageHandler.send(ClientMessage msg)
|
void |
MessageSender.send(ClientMessage msg)
Asynchronously Sends msg to all connected servers. |
static void |
MessageHandler.send(OpenNapServer server,
ClientMessage msg)
|
void |
MessageSender.send(OpenNapServer server,
ClientMessage msg)
Asynchronously sends msg to server. |
| Uses of ClientMessage in org.xnap.plugin.opennap.net.msg.client |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||