Rabbit Remote Control 0.0.30
|
The channel interface class. More...
#include <Channel.h>
Public Member Functions | |
CChannel (QTcpSocket *pSocket, QObject *parent=nullptr) | |
CChannel. | |
virtual bool | open (OpenMode mode) override |
virtual void | close () override |
virtual QString | GetDetails () |
Static Public Member Functions | |
static int | InitTranslation () |
static int | RemoveTranslation () |
Protected Member Functions | |
CChannel (QObject *parent=nullptr) | |
virtual qint64 | readData (char *data, qint64 maxlen) override |
virtual qint64 | writeData (const char *data, qint64 len) override |
virtual bool | isSequential () const override |
Private Slots | |
void | slotError (QAbstractSocket::SocketError e) |
Private Attributes | |
QTcpSocket * | m_pSocket |
The channel interface class.
This class implements a TCP channel by default.
|
explicit |
pSocket | Its owner is the caller |
parent |
Definition at line 19 of file Channel.cpp.
|
virtual |
Definition at line 27 of file Channel.cpp.
|
explicitprotected |
Definition at line 14 of file Channel.cpp.
|
overridevirtual |
Definition at line 104 of file Channel.cpp.
|
virtual |
Definition at line 111 of file Channel.cpp.
|
static |
Definition at line 116 of file Channel.cpp.
|
overrideprotectedvirtual |
Definition at line 62 of file Channel.cpp.
|
overridevirtual |
pSocket | The Owner is the instance of this class. |
Reimplemented in CChannelSSHTunnel, and CChannelSSHTunnelForward.
Definition at line 78 of file Channel.cpp.
|
overrideprotectedvirtual |
Definition at line 32 of file Channel.cpp.
|
static |
Definition at line 124 of file Channel.cpp.
|
privateslot |
Definition at line 67 of file Channel.cpp.
|
overrideprotectedvirtual |
Definition at line 46 of file Channel.cpp.