![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
This is the complete list of members for qx::QxHttpServer, including all inherited members.
afterDispatching(type_fct_custom_request_handler fct) | qx::QxHttpServer | |
beforeDispatching(type_fct_custom_request_handler fct) | qx::QxHttpServer | |
buildResponseQxRestApi(qx::QxHttpRequest &request, qx::QxHttpResponse &response) | qx::QxHttpServer | static |
buildResponseStaticFile(qx::QxHttpRequest &request, qx::QxHttpResponse &response, const QString &serverPath, qlonglong chunkedSize=0) | qx::QxHttpServer | static |
clearDispatcher() | qx::QxHttpServer | |
dispatch(const QString &command, const QString &path, type_fct_custom_request_handler fct, long position=-1) | qx::QxHttpServer | |
error(const QString &err, qx::QxHttpTransaction_ptr transaction) | qx::QxHttpServer | signal |
m_pImpl | qx::QxHttpServer | private |
onCustomRequestHandler(qx::service::QxTransaction_ptr transaction) | qx::QxHttpServer | privateslot |
onError(const QString &err, qx::service::QxTransaction_ptr transaction) | qx::QxHttpServer | privateslot |
onServerIsRunning(bool bIsRunning, qx::service::QxServer *pServer) | qx::QxHttpServer | privateslot |
onTransactionFinished(qx::service::QxTransaction_ptr transaction) | qx::QxHttpServer | privateslot |
onTransactionStarted(qx::service::QxTransaction_ptr transaction) | qx::QxHttpServer | privateslot |
QxHttpServer(QObject *parent=NULL) | qx::QxHttpServer | |
serverStatusChanged(bool bIsRunning) | qx::QxHttpServer | signal |
setCustomRequestHandler(type_fct_custom_request_handler fct) | qx::QxHttpServer | |
setEventDispatcher(QAbstractEventDispatcher *pEventDispatcher) | qx::QxHttpServer | |
startServer() | qx::QxHttpServer | |
stopServer() | qx::QxHttpServer | |
transactionFinished(qx::QxHttpTransaction_ptr transaction) | qx::QxHttpServer | signal |
transactionStarted(qx::QxHttpTransaction_ptr transaction) | qx::QxHttpServer | signal |
type_fct_custom_request_handler typedef | qx::QxHttpServer | |
~QxHttpServer() | qx::QxHttpServer | virtual |