CCF
|
This is the complete list of members for http2::Parser, including all inherited members.
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 stream_id, StreamData *stream_data)=0 | http2::AbstractParser | pure virtual |
Parser(const ccf::http::ParserConfiguration &configuration_, bool is_client=false) | http2::Parser | inline |
send_all_submitted() | http2::Parser | 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() | http2::Parser | inlinevirtual |