|
CCF
|
This is the complete list of members for http2::ClientParser, including all inherited members.
| ClientParser(::http::ResponseProcessor &proc_) | http2::ClientParser | inline |
| create_stream(StreamId stream_id) override | http2::Parser | inlinevirtual |
| destroy_stream(StreamId stream_id) override | http2::Parser | inlinevirtual |
| execute(const uint8_t *data, size_t size) | http2::Parser | inline |
| get_configuration() const override | http2::Parser | inlinevirtual |
| get_last_stream_id() const override | http2::Parser | inlinevirtual |
| get_stream(StreamId stream_id) override | http2::Parser | inlinevirtual |
| handle_completed(StreamId, StreamData *stream_data) override | http2::ClientParser | inlinevirtual |
| Parser(ccf::http::ParserConfiguration configuration_, bool is_client=false) | http2::Parser | inline |
| send_all_submitted() | http2::Parser | inline |
| send_structured_request(llhttp_method method, const std::string &route, const ccf::http::HeaderMap &headers, std::vector< uint8_t > &&body) | http2::ClientParser | inline |
| session | http2::Parser | protected |
| set_outgoing_data_handler(DataHandlerCB &&cb) | http2::Parser | inline |
| store_stream(StreamId stream_id, const std::shared_ptr< StreamData > &stream_data) | http2::Parser | inline |
| streams | http2::Parser | protected |
| ~AbstractParser()=default | http2::AbstractParser | virtual |
| ~Parser() override | http2::Parser | inline |