Skip to content

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:

  • Dictionary for Headers -> used by package
  • Dictionary for Bodies -> used by package

  • Buffer size -> For data stream Buffer Size for client and server socket
  • Transmission symbols -> used by client and server socket

Clone this wiki locally