|
libhttppp ..
|
This is the complete list of members for Controller, including all inherited members.
| _altSvcH3 (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protected |
| _tlsSessionCache (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protected |
| ConnectEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| ConnectEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protectedvirtual |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| Controller(std::vector< netplus::socket * > serversocket) (defined in Controller) | Controller | inline |
| CreateConnection(std::shared_ptr< netplus::con > &res) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protectedvirtual |
| DisconnectEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| DisconnectEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protectedvirtual |
| Http2RequestEvent(netplus::con &curcon, const int tid, ULONG_PTR args, const std::string &alpn, const netplus::ssl::FramingCallback &frame_cb) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| Http3StreamEvent(netplus::socket *sock, uint64_t stream_id, const std::vector< uint8_t > &data, bool fin) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| HttpEvent(std::vector< netplus::socket * > serversocket, int timeout=1000) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | |
| IndexController(libhttppp::HttpRequest &curreq) (defined in Controller) | Controller | inline |
| onH2DataChunk(HttpRequest &conn, uint32_t streamId, const char *data, size_t len, bool endStream, std::string &h2out, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| onH2StreamHeaders(HttpRequest &conn, uint32_t streamId, const std::vector< hpack::HeaderField > &headers) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| onH3DataChunk(netplus::socket *sock, uint64_t streamId, const char *data, size_t len, bool fin) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| onH3StreamHeaders(netplus::socket *sock, uint64_t streamId, const std::vector< qpack::HeaderField > &headers) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | virtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| RequestEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protectedvirtual |
| ResponseEvent(libhttppp::HttpRequest &curreq, const int, ULONG_PTR) (defined in Controller) | Controller | inlinevirtual |
| ResponseEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protectedvirtual |
| sendH2StreamResponse(std::string &h2out, uint32_t streamId, uint16_t status, const std::string &contentType, const std::string &body) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protected |
| sendH3StreamResponse(netplus::socket *sock, uint64_t streamId, uint16_t status, const std::string &contentType, const std::string &body) (defined in libhttppp::HttpEvent) | libhttppp::HttpEvent | protected |