HTTP GET
stream source implementation using Qt
's TCP
socket class.
More...
#include <HTTPGetStreamSource.h>
Inheritance diagram for mx::HTTPGetStreamSource:
Public Member Functions | |
mxm::smart< mxmStringList > | enumerateInterfaces () |
(Re)implemented. | |
mxm::smart< mxmStringList > | enumerateCapabilities (const mxmString &interface) |
(Re)implemented. | |
int | fetchStreamBytes (mxm::u8 *buffer, int num) |
(Re)implemented. | |
bool | stillUp () |
(Re)implemented. | |
bool | waitForStreamBytes (int timeout_ms=0) |
(Re)implemented. | |
Static Public Member Functions | |
static IComponentInvoker * | newInvoker () |
Generates an invoker singleton for the StreamFile component. | |
Private Member Functions | |
void | establishConnection () |
(Re)implemented. | |
void | abortConnection () |
(Re)implemented. | |
bool | readChar (char *c) |
(Re)implemented. | |
void | send (const mxmString &txt) |
(Re)implemented. | |
Static Private Member Functions | |
static mxm::smart< mxmStringList > | _enumerateInterfaces () |
These static methods provide interface and capability ids for registration with the framework (for both the component and its invoker). | |
static mxm::smart< mxmStringList > | _enumerateCapabilities (const mxmString &interface) |
Private Attributes | |
QTcpSocket * | AsyncSocket |
Classes | |
class | Invoker |
HTTP GET
stream source implementation using Qt
's TCP
socket class.
[khe]
Kai Hergenroether