![]()  | 
  
    WPILibC++ 2025.3.2
    
   | 
 
This is the complete list of members for wpi::HttpWebSocketServerConnection< Derived >, including all inherited members.
| BuildCommonHeaders(raw_ostream &os) | wpi::HttpServerConnection | protectedvirtual | 
| BuildHeader(raw_ostream &os, int code, std::string_view codeText, std::string_view contentType, uint64_t contentLength, std::string_view extra={}) | wpi::HttpServerConnection | protectedvirtual | 
| HttpServerConnection(std::shared_ptr< uv::Stream > stream) | wpi::HttpServerConnection | explicit | 
| HttpWebSocketServerConnection(std::shared_ptr< uv::Stream > stream, std::span< const std::string_view > protocols) | wpi::HttpWebSocketServerConnection< Derived > | inline | 
| HttpWebSocketServerConnection(std::shared_ptr< uv::Stream > stream, std::initializer_list< std::string_view > protocols) | wpi::HttpWebSocketServerConnection< Derived > | inline | 
| IsValidWsUpgrade(std::string_view protocol) | wpi::HttpWebSocketServerConnection< Derived > | inlineprotectedvirtual | 
| m_acceptGzip | wpi::HttpServerConnection | protected | 
| m_dataConn | wpi::HttpServerConnection | protected | 
| m_endConn | wpi::HttpServerConnection | protected | 
| m_keepAlive | wpi::HttpServerConnection | protected | 
| m_messageCompleteConn | wpi::HttpServerConnection | protected | 
| m_request | wpi::HttpServerConnection | protected | 
| m_stream | wpi::HttpServerConnection | protected | 
| m_websocket | wpi::HttpWebSocketServerConnection< Derived > | protected | 
| ProcessRequest()=0 | wpi::HttpServerConnection | protectedpure virtual | 
| ProcessWsUpgrade()=0 | wpi::HttpWebSocketServerConnection< Derived > | protectedpure virtual | 
| SendData(std::span< const uv::Buffer > bufs, bool closeAfter=false) | wpi::HttpServerConnection | protected | 
| SendError(int code, std::string_view message={}) | wpi::HttpServerConnection | protectedvirtual | 
| SendResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, std::string_view extraHeader={}) | wpi::HttpServerConnection | protectedvirtual | 
| SendStaticResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, bool gzipped, std::string_view extraHeader={}) | wpi::HttpServerConnection | protectedvirtual | 
| ~HttpServerConnection()=default | wpi::HttpServerConnection | virtual |