| Modifier and Type | Method and Description |
|---|---|
abstract void |
Server.broadcast(MessageOutput data)
Send a message to each connected client
|
abstract void |
Server.redirect(String name,
MessageOutput data)
Redirect a message to the specified client
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
RemoteClient.sendMessage(MessageOutput message)
Send a message to the client
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageDataOutput |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MessageOutput |
MessageDataOutput.affiliate()
Get the affiliated message input
|
MessageOutput |
MessageInput.getOutput()
Get the serialized message output
|
| Constructor and Description |
|---|
MessageDataInput(MessageOutput out)
Initialize the message input
|
MessageDataOutput(MessageOutput affiliate,
MergeType type)
Create a new message data input
|
MessageInput(MessageOutput instance)
Initialize the message output
|
MessageOutput(@Nullable MessageOutput merge,
MergeType mt)
Initialize the message input
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPServer.broadcast(MessageOutput data)
Send a message to each connected client
|
void |
TCPServer.redirect(String name,
MessageOutput data)
Redirect a message to the specified client
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TCPRemoteClient.sendMessage(MessageOutput message)
Send a message to the client
|
Copyright © 2022. All rights reserved.