Joedb 9.4.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_Allocation (Session &session) | |
Forward_Channel_Allocation (const Forward_Channel_Allocation &)=delete | |
Forward_Channel_Allocation & | operator= (const Forward_Channel_Allocation &)=delete |
~Forward_Channel_Allocation () | |
![]() | |
void | write (const char *data, size_t size) |
void | read (char *data, size_t size) |
virtual | ~Channel () |
Additional Inherited Members | |
![]() | |
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 48 of file Forward_Channel.cpp.