Uses of Class
net.targetr.rc.client.ClientCommand
Packages that use ClientCommand
Package
Description
Remote Control Web Server.
Handles communications between web clients.
-
Uses of ClientCommand in net.targetr.rc
Methods in net.targetr.rc with parameters of type ClientCommandModifier and TypeMethodDescriptionintRoom.broadcast(Client source, ClientCommand command) Broadcasts a JavaScript command to designated targets in this room. -
Uses of ClientCommand in net.targetr.rc.client
Methods in net.targetr.rc.client that return ClientCommandModifier and TypeMethodDescriptionClient.popCommand()Retrieves and removes the next command from the queue.static ClientCommandClientCommand.readRaw(ReusableBufferList buffers) Reads a list of buffers and parses it into a ClientCommand.Methods in net.targetr.rc.client with parameters of type ClientCommandModifier and TypeMethodDescriptionvoidClient.DirectSendHandler.send(ClientCommand cmd) Sends a command to the client.voidClient.sendCommand(ClientCommand cmd) Enqueues a command to be sent to the client and notifies any waiting threads.