Webserv
Loading...
Searching...
No Matches
network Namespace Reference

Classes

class  Acceptor
 Acceptor inherent from IEventHandler as a concrete class that accepts new client connections. More...
class  CGIHandler
class  ClientHandler
 Manages the full lifecycle of a single client connection. More...
class  EpollManager
 Synchronous event demultiplexer that wraps Linux epoll for I/O event monitoring. More...
class  EventDispatcher
 Centralised event demultiplexer and dispatcher for managing I/O events. More...
class  IEventHandler
 Abstract base class defining the interface for event-driven service handlers. More...
class  Socket