streamId() — netty Function Reference
Architecture documentation for the streamId() function in Http2RequestHandler.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 06b9da8f_bd5a_7a3f_b3df_1085982e709b["streamId()"] 0c1aeb28_a194_4c7d_9730_36d1126b321b["Http2RequestHandler"] 06b9da8f_bd5a_7a3f_b3df_1085982e709b -->|defined in| 0c1aeb28_a194_4c7d_9730_36d1126b321b 738c7b3e_7255_a9ac_d890_2af909b9ba80["channelRead0()"] 738c7b3e_7255_a9ac_d890_2af909b9ba80 -->|calls| 06b9da8f_bd5a_7a3f_b3df_1085982e709b 06ec59f8_ee2e_b482_16d4_74e81cd0c2d8["sendBadRequest()"] 06ec59f8_ee2e_b482_16d4_74e81cd0c2d8 -->|calls| 06b9da8f_bd5a_7a3f_b3df_1085982e709b 9e0fc724_23e1_aeee_41a6_2092a463b22e["sendResponse()"] 9e0fc724_23e1_aeee_41a6_2092a463b22e -->|calls| 06b9da8f_bd5a_7a3f_b3df_1085982e709b 4c48b4a2_9f88_de60_a11e_17f51888d0cd["String()"] 4c48b4a2_9f88_de60_a11e_17f51888d0cd -->|calls| 06b9da8f_bd5a_7a3f_b3df_1085982e709b style 06b9da8f_bd5a_7a3f_b3df_1085982e709b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
example/src/main/java/io/netty/example/http2/tiles/Http2RequestHandler.java lines 113–115
private static void streamId(FullHttpResponse response, String streamId) {
response.headers().set(HttpConversionUtil.ExtensionHeaderNames.STREAM_ID.text(), streamId);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does streamId() do?
streamId() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/http2/tiles/Http2RequestHandler.java.
Where is streamId() defined?
streamId() is defined in example/src/main/java/io/netty/example/http2/tiles/Http2RequestHandler.java at line 113.
What calls streamId()?
streamId() is called by 4 function(s): String, channelRead0, sendBadRequest, sendResponse.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free