CCF
Loading...
Searching...
No Matches
ccf::grpc::Stream< T > Member List

This is the complete list of members for ccf::grpc::Stream< T >, including all inherited members.

BaseStream(const std::shared_ptr< ccf::http::HTTPResponder > &r)ccf::grpc::BaseStreaminlineprotected
BaseStream(const BaseStream &)=defaultccf::grpc::BaseStreamprotected
close_stream(http::HeaderMap &&trailers)ccf::grpc::BaseStreaminlineprotected
set_on_close_callback(http::StreamOnCloseCallback close_cb)ccf::grpc::BaseStreaminlineprotected
start_stream(http_status status=HTTP_STATUS_OK, const http::HeaderMap &headers=default_response_headers)ccf::grpc::BaseStreaminlineprotected
Stream(const std::shared_ptr< ccf::http::HTTPResponder > &r, http_status s=HTTP_STATUS_OK, const http::HeaderMap &h=default_response_headers)ccf::grpc::Stream< T >inline
Stream(const Stream &s)ccf::grpc::Stream< T >inline
Stream(Stream &&)=deleteccf::grpc::Stream< T >
stream_data(std::span< const uint8_t > data)ccf::grpc::BaseStreaminlineprotected
stream_msg(const T &msg)ccf::grpc::Stream< T >inline