Definitions for IOHandlerAccept. More...
#include <Common/Compat.h>
#include "HandlerMap.h"
#include "IOHandlerAccept.h"
#include "IOHandlerData.h"
#include "ReactorFactory.h"
#include "ReactorRunner.h"
#include <Common/Error.h>
#include <Common/FileUtils.h>
#include <Common/Logger.h>
#include <iostream>
#include <errno.h>
#include <netinet/tcp.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | HT_DISABLE_LOG_DEBUG 1 |
Variables | |
ImplementMe | |
Definitions for IOHandlerAccept.
This file contains method definitions for IOHandlerAccept, a class for processing I/O events for accept (listen) sockets.
Definition in file IOHandlerAccept.cc.
#define HT_DISABLE_LOG_DEBUG 1 |
Definition at line 30 of file IOHandlerAccept.cc.
ImplementMe |
Definition at line 95 of file IOHandlerAccept.cc.