.. index:: pair: class; EE::Network::Http::HttpConnection .. _doxid-class_e_e_1_1_network_1_1_http_1_1_http_connection: class EE::Network::Http::HttpConnection ======================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block class HttpConnection { public: // construction :target:`HttpConnection`(); :target:`HttpConnection`(:ref:`TcpSocket`* socket); :target:`~HttpConnection`(); // methods void :target:`setSocket`(:ref:`TcpSocket`* socket); :ref:`TcpSocket`* :target:`getSocket`() const; void :target:`disconnect`(); const bool& :target:`isConnected`() const; void :target:`setConnected`(const bool& connected); const bool& :target:`isTunneled`() const; void :target:`setTunneled`(const bool& tunneled); const bool& :target:`isSSL`() const; void :target:`setSSL`(const bool& ssl); const bool& :target:`isKeepAlive`() const; void :target:`setKeepAlive`(const bool& isKeepAlive); };