.. index:: pair: class; EE::Network::Http::AsyncRequest .. _doxid-class_e_e_1_1_network_1_1_http_1_1_async_request: class EE::Network::Http::AsyncRequest ===================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block class AsyncRequest: public :ref:`EE::System::Thread` { public: // construction :target:`AsyncRequest`(:ref:`Http`* http, const :ref:`AsyncResponseCallback`& cb, :ref:`Http::Request` request, :ref:`Time` timeout); :target:`AsyncRequest`(:ref:`Http`* http, const :ref:`AsyncResponseCallback`& cb, :ref:`Http::Request` request, :ref:`IOStream`& writeTo, :ref:`Time` timeout); :target:`AsyncRequest`(:ref:`Http`* http, const :ref:`AsyncResponseCallback`& cb, :ref:`Http::Request` request, std::string writePath, :ref:`Time` timeout); :target:`~AsyncRequest`(); // methods void :target:`run`(); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // typedefs typedef void (*:ref:`FuncType`)(void *); // methods static :ref:`Uint32` :ref:`getCurrentThreadId`(); void :ref:`launch`(); void :ref:`wait`(); void :ref:`terminate`(); :ref:`Uint32` :ref:`getId`();