libhttppp ..
Loading...
Searching...
No Matches
libhttppp::HttpEvent Member List

This is the complete list of members for libhttppp::HttpEvent, including all inherited members.

_altSvcH3 (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotected
_tlsSessionCache (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotected
ConnectEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
ConnectEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotectedvirtual
CreateConnection(std::shared_ptr< netplus::con > &res) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotectedvirtual
DisconnectEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
DisconnectEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotectedvirtual
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::HttpEventvirtual
Http3StreamEvent(netplus::socket *sock, uint64_t stream_id, const std::vector< uint8_t > &data, bool fin) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
HttpEvent(std::vector< netplus::socket * > serversocket, int timeout=1000) (defined in libhttppp::HttpEvent)libhttppp::HttpEvent
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::HttpEventvirtual
onH2StreamHeaders(HttpRequest &conn, uint32_t streamId, const std::vector< hpack::HeaderField > &headers) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
onH3DataChunk(netplus::socket *sock, uint64_t streamId, const char *data, size_t len, bool fin) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
onH3StreamHeaders(netplus::socket *sock, uint64_t streamId, const std::vector< qpack::HeaderField > &headers) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
RequestEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
RequestEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotectedvirtual
ResponseEvent(HttpRequest &curreq, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventvirtual
ResponseEvent(netplus::con &curcon, const int tid, ULONG_PTR args) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotectedvirtual
sendH2StreamResponse(std::string &h2out, uint32_t streamId, uint16_t status, const std::string &contentType, const std::string &body) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotected
sendH3StreamResponse(netplus::socket *sock, uint64_t streamId, uint16_t status, const std::string &contentType, const std::string &body) (defined in libhttppp::HttpEvent)libhttppp::HttpEventprotected