Declarations for SshSocketHandler. More...
#include "SshOutputCollector.h"
#include <AsyncComm/Comm.h>
#include <AsyncComm/CommAddress.h>
#include <AsyncComm/RawSocketHandler.h>
#include <Common/PageArena.h>
#include <libssh/callbacks.h>
#include <libssh/libssh.h>
#include <cerrno>
#include <chrono>
#include <condition_variable>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <memory>
#include <mutex>
#include <ostream>
#include <string>
#include <tuple>
Go to the source code of this file.
Classes | |
class | Hypertable::SshSocketHandler |
Raw socket handler for ssh protocol driver. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < SshSocketHandler > | Hypertable::SshSocketHandlerPtr |
Smart pointer to SshSocketHandler. More... | |
Declarations for SshSocketHandler.
This file contains type declarations for SshSocketHandler, a raw socket handler for implementing an ssh protocol driver.
Definition in file SshSocketHandler.h.