WPILibC++
unspecified
|
Public Member Functions | |
ConnThread (wpi::StringRef name) | |
void | Main () |
bool | ProcessCommand (wpi::raw_ostream &os, SourceImpl &source, wpi::StringRef parameters, bool respond) |
void | SendJSON (wpi::raw_ostream &os, SourceImpl &source, bool header) |
void | SendHTMLHeadTitle (wpi::raw_ostream &os) const |
void | SendHTML (wpi::raw_ostream &os, SourceImpl &source, bool header) |
void | SendStream (wpi::raw_socket_ostream &os) |
void | ProcessRequest () |
Public Attributes | |
std::unique_ptr< wpi::NetworkStream > | m_stream |
std::shared_ptr< SourceImpl > | m_source |
bool | m_streaming = false |
bool | m_noStreaming = false |
![]() | |
wpi::mutex | m_mutex |
std::atomic_bool | m_active |
wpi::condition_variable | m_cond |