![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Classes | |
| class | ExceptionConsoleLogger |
| Logs the received exceptions to the console. More... | |
| class | ExceptionThrower |
| Throws all handled exceptions. More... | |
| interface | IExceptionHandler |
| Handler to be used for handling exception. More... | |
| class | InvalidFirstByteException |
| Exception in case of first invalid byte for websocket communication. More... | |
| class | InvalidHeaderException |
| Exception for invalid headers. More... | |
| class | InvalidHttpVersionException |
| Exception in case of Invalid HTTP Version. More... | |
| class | InvalidPostFormException |
| Exception for invalid post forms. More... | |
| class | InvalidRequestURIException |
| Exception cause by an invalid request URI. More... | |
| class | InvalidStatusCodeException |
| Exception for invalid response status code. More... | |
| class | InvalidWebsocketFormatException |
| class | MethodInvalidException |
| Invalid HTTP Method Exception. More... | |
| class | NoDataException |