sul.protocol.hncom1.status

Node-related packets and updates.

Members

Aliases

Packets
alias Packets = TypeTuple!(AddNode, RemoveNode, MessageServerbound, MessageClientbound, Players, ResourcesUsage, Log, RemoteCommand, UpdateList, Reload)
Undocumented in source.

Classes

AddNode
class AddNode

Notifies the node that another node (that is not itself) has connected to the hub.

Log
class Log

Sends a log to the hub.

MessageClientbound
class MessageClientbound

Receives a binary message sent by another node using MessageServerbound.

MessageServerbound
class MessageServerbound

Sends a binary message to some selected nodes or broadcast it.

Players
class Players

Updates the number of players on the server.

Reload
class Reload

Notifies the node that the hub's reloadeable settings have been reloaded and that the node should also reload its resources (for example plugin's settings).

RemoteCommand
class RemoteCommand

Executes a command on the node.

RemoveNode
class RemoveNode

Notifies the node that another node, previously added with AddNode has disconnected from the hub.

ResourcesUsage
class ResourcesUsage

Updates the usage of the system's resources of the node.

UpdateList
class UpdateList

Updates a list.

Meta