8 #ifndef BOOSTER_AIO_ACCEPTOR_H 9 #define BOOSTER_AIO_ACCEPTOR_H 11 #include <booster/aio/types.h> 12 #include <booster/callback.h> 13 #include <booster/hold_ptr.h> 14 #include <booster/noncopyable.h> 15 #include <booster/aio/endpoint.h> 16 #include <booster/aio/basic_socket.h> 88 void listen(
int backlog);
this class represents the connection endpoint, that is generally sockaddr structure in Berkeley socke...
Definition: endpoint.h:26
This class represents a basic Socket object.
Definition: basic_socket.h:26
Definition: callback.h:18
The lightweight object that carries a error code information and its category.
Definition: system_error.h:83
family_type
Definition: types.h:68
this class represents a socket that accepts incoming connections
Definition: acceptor.h:26
This object represents a stream socket: TCP/IP IPv4 or IPv6 or Unix domain stream socket...
Definition: stream_socket.h:31
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23
this is the central event loop that dispatches all requests.
Definition: io_service.h:37