Home
last modified time | relevance | path

Searched refs:APIDownstreamConnection (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc49 &APIDownstreamConnection::handle_backendconfig, in apis()
55 &APIDownstreamConnection::handle_configrevision, in apis()
72 APIDownstreamConnection::APIDownstreamConnection(Worker *worker) in APIDownstreamConnection() function in shrpx::APIDownstreamConnection
75 APIDownstreamConnection::~APIDownstreamConnection() { in ~APIDownstreamConnection()
81 int APIDownstreamConnection::attach_downstream(Downstream *downstream) { in attach_downstream()
91 void APIDownstreamConnection::detach_downstream(Downstream *downstream) { in detach_downstream()
98 int APIDownstreamConnection::send_reply(unsigned int http_status, in send_reply()
193 int APIDownstreamConnection::push_request_headers() { in push_request_headers()
270 int APIDownstreamConnection::error_method_not_allowed() { in error_method_not_allowed()
303 int APIDownstreamConnection::push_upload_data_chunk(const uint8_t *data, in push_upload_data_chunk()
[all …]
Dshrpx_api_downstream_connection.h53 class APIDownstreamConnection; variable
63 std::function<int(APIDownstreamConnection &)> handler;
66 class APIDownstreamConnection : public DownstreamConnection {
68 APIDownstreamConnection(Worker *worker);
69 virtual ~APIDownstreamConnection();
Dshrpx_client_handler.cc1037 auto dconn = std::make_unique<APIDownstreamConnection>(worker_); in get_downstream_connection()