Creates a new tcp socket server.
Creates a new tcp socket server.
Attachs an event.
Attachs a chain of events.
Fires a socket event.
Gets a client by its client id.
Gets all clients.
Moves onto the next event handler in a chain.
Removes a client from the internal client storage.
Reports an error to the error handler.
Starts the server.
Stops the server.
Gets a boolean determining whether the connect events should be copied or not.
Sets a boolean determining whether the connect events should be copied or not.
Gets a boolean determining whether the disconnect events should be copied or not.
Sets a boolean determining whether the disconnect events should be copied or not.
Gets a boolean determining whether the error events should be copied or not.
Sets a boolean determining whether the error events should be copied or not.
Gets a boolean determining whether the receive events should be copied or not.
Sets a boolean determining whether the receive events should be copied or not.
Gets a boolean determining whether clients should be stored or not.
Sets a boolean determining whether clients should be stored or not.
Wrapper for a tcp socket server.