com.onlineobject.objectnet Namespace

ServerEmbedded Members

The ServerEmbedded type exposes the following members.

Methods


  Name Description
Public method Connect
Starts the server and begins listening for incoming connections.
Public method Destroy
Stops the server if it is currently running.
Public method Initialize
Initializes the server with default settings and event handlers for client connections and messages.
Public method IsConnected
Checks if the server is currently connected and running.
Public method Process
Processes any pending operations such as sending messages and updating client states.
Public method Send
Sends data to all connected clients.