WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::HttpWebSocketServerConnection< Derived > Member List

This is the complete list of members for wpi::net::HttpWebSocketServerConnection< Derived >, including all inherited members.

BuildCommonHeaders(wpi::util::raw_ostream &os)wpi::net::HttpServerConnectionprotectedvirtual
BuildHeader(wpi::util::raw_ostream &os, int code, std::string_view codeText, std::string_view contentType, uint64_t contentLength, std::string_view extra={})wpi::net::HttpServerConnectionprotectedvirtual
HttpServerConnection(std::shared_ptr< uv::Stream > stream)wpi::net::HttpServerConnectionexplicit
HttpWebSocketServerConnection(std::shared_ptr< uv::Stream > stream, std::span< const std::string_view > protocols)wpi::net::HttpWebSocketServerConnection< Derived >inline
HttpWebSocketServerConnection(std::shared_ptr< uv::Stream > stream, std::initializer_list< std::string_view > protocols)wpi::net::HttpWebSocketServerConnection< Derived >inline
IsValidWsUpgrade(std::string_view protocol)wpi::net::HttpWebSocketServerConnection< Derived >inlineprotectedvirtual
m_acceptGzipwpi::net::HttpServerConnectionprotected
m_dataConnwpi::net::HttpServerConnectionprotected
m_endConnwpi::net::HttpServerConnectionprotected
m_keepAlivewpi::net::HttpServerConnectionprotected
m_messageCompleteConnwpi::net::HttpServerConnectionprotected
m_requestwpi::net::HttpServerConnectionprotected
m_streamwpi::net::HttpServerConnectionprotected
m_websocketwpi::net::HttpWebSocketServerConnection< Derived >protected
ProcessRequest()=0wpi::net::HttpServerConnectionprotectedpure virtual
ProcessWsUpgrade()=0wpi::net::HttpWebSocketServerConnection< Derived >protectedpure virtual
SendData(std::span< const uv::Buffer > bufs, bool closeAfter=false)wpi::net::HttpServerConnectionprotected
SendError(int code, std::string_view message={})wpi::net::HttpServerConnectionprotectedvirtual
SendResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, std::string_view extraHeader={})wpi::net::HttpServerConnectionprotectedvirtual
SendStaticResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, bool gzipped, std::string_view extraHeader={})wpi::net::HttpServerConnectionprotectedvirtual
~HttpServerConnection()=defaultwpi::net::HttpServerConnectionvirtual