Class | Description |
---|---|
MessageParser |
This class parses the messages received from the network, and forwards them
to a message broker.
|
TCPServer |
This class serves as a TCP server which accepts connections, and creates
workers for communication.
|
Worker |
This worker class reads a line from the given socket, then forwards it to a
message parser.
|
Copyright © 2018 universAAL Consortium. All rights reserved.