|
Joedb 10.3.0
The Journal-Only Embedded Database
|
#include <joedb/ssh/Forward_Channel.h>


Public Member Functions | |
| Forward_Channel (Session &session, const char *remote_host, uint16_t remote_port) | |
| Forward_Channel (Session &session, const char *remote_path) | |
| void | set_timeout (std::chrono::milliseconds ms) |
Public Member Functions inherited from joedb::ssh::Forward_Channel_Allocation | |
| Forward_Channel_Allocation (Session &session) | |
| Forward_Channel_Allocation (const Forward_Channel_Allocation &)=delete | |
| Forward_Channel_Allocation & | operator= (const Forward_Channel_Allocation &)=delete |
| ~Forward_Channel_Allocation () | |
Public Member Functions inherited from joedb::Channel | |
| void | write (const char *data, size_t size) |
| void | read (char *data, size_t size) |
| virtual | ~Channel () |
Additional Inherited Members | |
Protected Attributes inherited from joedb::ssh::Forward_Channel_Allocation | |
| const ssh_channel | channel |
Definition at line 24 of file Forward_Channel.h.
| joedb::ssh::Forward_Channel::Forward_Channel | ( | Session & | session, |
| const char * | remote_host, | ||
| uint16_t | remote_port | ||
| ) |
Definition at line 55 of file Forward_Channel.cpp.
| joedb::ssh::Forward_Channel::Forward_Channel | ( | Session & | session, |
| const char * | remote_path | ||
| ) |
Definition at line 78 of file Forward_Channel.cpp.
|
inline |
Definition at line 47 of file Forward_Channel.h.