0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
SshSocketHandler.h File Reference

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>
Include dependency graph for SshSocketHandler.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.