MCPcopy Create free account
hub / github.com/apache/trafficserver / add_handler

Method add_handler

src/proxy/http3/Http3FrameDispatcher.cc:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40//
41
42void
43Http3FrameDispatcher::add_handler(Http3FrameHandler *handler)
44{
45 for (Http3FrameType t : handler->interests()) {
46 this->_handlers[static_cast<uint8_t>(t)].push_back(handler);
47 }
48}
49
50Http3ErrorUPtr
51Http3FrameDispatcher::on_read_ready(QUICStreamId stream_id, Http3StreamType stream_type, IOBufferReader &reader, uint64_t &nread)

Callers 3

Http3TransactionMethod · 0.45
Http3AppMethod · 0.45

Calls 2

interestsMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected