Lines Matching defs:NullDownstreamConnection
32 NullDownstreamConnection::NullDownstreamConnection(
36 NullDownstreamConnection::~NullDownstreamConnection() {}
38 int NullDownstreamConnection::attach_downstream(Downstream *downstream) {
48 void NullDownstreamConnection::detach_downstream(Downstream *downstream) {
55 int NullDownstreamConnection::push_request_headers() { return 0; }
57 int NullDownstreamConnection::push_upload_data_chunk(const uint8_t *data,
62 int NullDownstreamConnection::end_upload_data() { return 0; }
64 void NullDownstreamConnection::pause_read(IOCtrlReason reason) {}
66 int NullDownstreamConnection::resume_read(IOCtrlReason reason,
71 void NullDownstreamConnection::force_resume_read() {}
73 int NullDownstreamConnection::on_read() { return 0; }
75 int NullDownstreamConnection::on_write() { return 0; }
77 void NullDownstreamConnection::on_upstream_change(Upstream *upstream) {}
79 bool NullDownstreamConnection::poolable() const { return false; }
82 NullDownstreamConnection::get_downstream_addr_group() const {
86 DownstreamAddr *NullDownstreamConnection::get_addr() const { return nullptr; }