![]() |
WPILibC++ 2027.0.0-alpha-4
|
This is the complete list of members for wpi::net::HttpWebSocketServerConnection< Derived >, including all inherited members.
| BuildCommonHeaders(wpi::util::raw_ostream &os) | wpi::net::HttpServerConnection | protectedvirtual |
| 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::HttpServerConnection | protectedvirtual |
| HttpServerConnection(std::shared_ptr< uv::Stream > stream) | wpi::net::HttpServerConnection | explicit |
| 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_acceptGzip | wpi::net::HttpServerConnection | protected |
| m_dataConn | wpi::net::HttpServerConnection | protected |
| m_endConn | wpi::net::HttpServerConnection | protected |
| m_keepAlive | wpi::net::HttpServerConnection | protected |
| m_messageCompleteConn | wpi::net::HttpServerConnection | protected |
| m_request | wpi::net::HttpServerConnection | protected |
| m_stream | wpi::net::HttpServerConnection | protected |
| m_websocket | wpi::net::HttpWebSocketServerConnection< Derived > | protected |
| ProcessRequest()=0 | wpi::net::HttpServerConnection | protectedpure virtual |
| ProcessWsUpgrade()=0 | wpi::net::HttpWebSocketServerConnection< Derived > | protectedpure virtual |
| SendData(std::span< const uv::Buffer > bufs, bool closeAfter=false) | wpi::net::HttpServerConnection | protected |
| SendError(int code, std::string_view message={}) | wpi::net::HttpServerConnection | protectedvirtual |
| SendResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, std::string_view extraHeader={}) | wpi::net::HttpServerConnection | protectedvirtual |
| SendStaticResponse(int code, std::string_view codeText, std::string_view contentType, std::string_view content, bool gzipped, std::string_view extraHeader={}) | wpi::net::HttpServerConnection | protectedvirtual |
| ~HttpServerConnection()=default | wpi::net::HttpServerConnection | virtual |