4 #ifndef _libiqnet_acceptor_h_
5 #define _libiqnet_acceptor_h_
36 void handle_input(
bool& );
40 Socket::Handler get_handler()
const {
return sock.get_handler(); }
Base class for event-driven communication classes.
Definition: reactor.h:17
void finish()
Definition: acceptor.h:39
An object representation of internet address.
Definition: inet_addr.h:27
Abstract factory for accepted connections.
Definition: conn_factory.h:13
Definition: acceptor.h:24
Relatively portable socket class.
Definition: socket.h:13
Firewall base class.
Definition: firewall.h:13