Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_id
Method
get_id
include/proxy/http2/Http2Stream.h:318–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
inline Http2StreamId
319
Http2Stream::get_id() const
320
{
321
return _id;
322
}
323
324
inline int
325
Http2Stream::get_transaction_id() const
Callers
13
_checkout_write
Method · 0.45
flush_buffer
Method · 0.45
find_stream
Method · 0.45
restart_receiving
Method · 0.45
delete_stream
Method · 0.45
schedule_stream_to_send_priority_frames
Method · 0.45
schedule_stream_to_send_data_frames
Method · 0.45
send_data_frames_depends_on_priority
Method · 0.45
send_a_data_frame
Method · 0.45
send_data_frames
Method · 0.45
send_headers_frame
Method · 0.45
send_push_promise_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected