|
API New Year
1.0
API for the project ZIA, EPITECH 2017.
|
| CApiNewYear::IConnection | Base class allowing the execution of connection modules in IServer |
| CApiNewYear::IExecutionLine | Base class representing the minimum requirements for an HTTP ExecutionLine |
| CApiNewYear::IHttpClient | Base class representing the minimum information needed for each connecting client |
| ▼CApiNewYear::IHttpQuery | Base class representing the minimum information needed for each HTTP Query (Request or Response) |
| CApiNewYear::IHttpRequest | Base class representing the minimum information needed for each HTTP Request |
| CApiNewYear::IHttpResponse | Base class representing the minimum information needed for each HTTP Response |
| CApiNewYear::ILogger | Base class representing access to the server Logger |
| CApiNewYear::IModule | Base class representing the minimum requirements for a module |
| CApiNewYear::IObserver | Base class used to execute modules in the ExecutionLine |
| CApiNewYear::IServer | Base class for the main loop of the ZIA server |
| CApiNewYear::ISocket | Base class representing minimum information needed for sockets |