ServerSession

One instance of a client<->server communication server session.

Members

Functions

disconnect
void disconnect()

Sends disconnect signal to remote server and stops internal tasks.

run
void run()

Run one server session.

Properties

connected
bool connected [@property getter]

Whether client session is still connected. Note: This does not necessarily mean the underlying stream is closed.

Meta