MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NMTSC
 NClient
 NHandlers
 CBroadcastHandler
 CEncryptionHandler
 CHttpHandlerHandler for handling client http communication
 CIHandlerHandler interface for client communication
 CWebsocketHandlerHandler implementing websocket protocol
 CClientBase class for TCP Client
 NCommon
 NHttp
 NClientModules
 CIHttpModule
 NServerModules
 CFileServerModule
 CHelloWorldModule
 CHttp404ModuleSimple module that returns status code 404
 CIHttpModuleInterface for Http modules used by the server http handler
 CPostModule
 CCookieClass for HTTP cookies
 CHttpMessage
 NWebSockets
 NClientModules
 CChatModule
 CIWebsocketModuleInterface for websocket modules
 NServerModules
 CBroadcastModule
 CEchoModule
 CIWebsocketModule
 CWebsocketMessageClass containing the bytes of a websocket received message
 NExceptions
 CExceptionConsoleLoggerLogs the received exceptions to the console
 CExceptionThrowerThrows all handled exceptions
 CIExceptionHandlerHandler to be used for handling exception
 CInvalidFirstByteExceptionException in case of first invalid byte for websocket communication
 CInvalidHeaderExceptionException for invalid headers
 CInvalidHttpVersionExceptionException in case of Invalid HTTP Version
 CInvalidPostFormExceptionException for invalid post forms
 CInvalidRequestURIExceptionException cause by an invalid request URI
 CInvalidStatusCodeExceptionException for invalid response status code
 CInvalidWebsocketFormatException
 CMethodInvalidExceptionInvalid HTTP Method Exception
 CNoDataException
 NLogging
 CConsoleLoggerBasic logger that outputs the log messages to the console
 CDebugConsoleLogger
 CILoggerInterface for loggers
 NServer
 NHandlers
 CBroadcastHandlerBroadcast handler
 CEncryptionHandlerHandler that encrypts the communication
 CHttpHandlerHandler for handling server http requests
 CIHandlerInterface for communication handlers
 CWebsocketHandler
 CClientDataStructure containing client information
 CServerBasic server class to handle TCP connections
 CMessage