Abstract
The history of operations performed on the server.
The current revision number of the server.
Receives an operation from a client and applies it to the server's document.
(Usually) should NOT manually called.
The operation to be applied.
The revision number from which the operation is received.
The session ID of the client sending the operation.
Abstract
sendAbstract
sendSends an operation to all clients except the one with the specified session ID.
(Usually) should NOT manually called.
The operation to send.
The session ID of the client to exclude.
The current instance of the Server class.
Represents a server that can connect with multiple clients.