Declarations for IOHandler. More...
#include "Clock.h"
#include "DispatchHandler.h"
#include "PollEvent.h"
#include "ReactorFactory.h"
#include "ExpireTimer.h"
#include <Common/Logger.h>
#include <Common/Time.h>
#include <mutex>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <poll.h>
Go to the source code of this file.
Classes | |
class | Hypertable::IOHandler |
Base class for socket descriptor I/O handlers. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Declarations for IOHandler.
This file contains type declarations for IOHandler, an abstract base class from which I/O handlers are derived.
Definition in file IOHandler.h.