7#include "../macros.hpp"
9hi_export_module(hikogui.net.stream);
11hi_export
namespace hi::inline
v1 {
15 bool connecting =
false;
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
Definition packet_buffer.hpp:13
virtual bool needToWrite()
Check if the socket-stream needs to read.
virtual void handleReadyToReadEvent()
Handle ready-to-read event.
virtual bool needToRead()
Check if the socket-stream needs to read.
virtual void handleReadyToWriteEvent()
Handle ready-to-write event.
void handleConnect()
Handle connected event.