-
Notifications
You must be signed in to change notification settings - Fork 0
Constants
Tim edited this page Feb 24, 2023
·
3 revisions
The constants class/file is a static class that holds various dictionaries, constants and Enums that are publicly available for client and server.
The constants file consists of the following parts:
- Buffer size -> For data stream Buffer Size for client and server socket
- Transmission symbols -> used by client and server socket
- Body type register -> used by bodies
- Request type register -> used by request headers
- Data handling register -> used by stash messages
- Receipt status register -> used by client to give stashed messages a status
- Internal exception code register -> used by internal exception
WIP - Many parts of the Programm are not finished yet or in a unclear state. So many entries are not very extensive.
Author - Timeplex