QWebChannelAbstractTransport Class

Communication channel between the C++ QWebChannel server and a HTML/JS client. More...

Header: #include <QWebChannelAbstractTransport>
qmake: QT += webchannel
Since: Qt 5.4
Inherits: QObject

This class was introduced in Qt 5.4.

Public Functions

QWebChannelAbstractTransport(QObject *parent = Q_NULLPTR)
virtual ~QWebChannelAbstractTransport()
  • 16 public functions inherited from QObject
typedef QObjectList

Macros

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 5 static public members inherited from QObject
  • 8 protected functions inherited from QObject

Detailed Description

Users of the QWebChannel must implement this interface and connect instances of it to the QWebChannel server for every client that should be connected to the QWebChannel. The Qt WebChannel Standalone Example shows how this can be done using Qt WebSockets.

Note: The JSON message protocol is considered internal and might change over time.

See also Qt WebChannel Standalone Example.

Member Function Documentation

QWebChannelAbstractTransport::QWebChannelAbstractTransport(QObject *parent = Q_NULLPTR)

Constructs a transport object with the given parent.

[virtual] QWebChannelAbstractTransport::~QWebChannelAbstractTransport()

Destroys the transport object.