eqStreamId() — netty Function Reference
Architecture documentation for the eqStreamId() function in Http2MultiplexTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 22928953_49fc_cbc5_c75c_f236ce1e1fc7["eqStreamId()"] 4745ff96_ed57_3bd8_9861_4b786d0b6e09["Http2MultiplexTest"] 22928953_49fc_cbc5_c75c_f236ce1e1fc7 -->|defined in| 4745ff96_ed57_3bd8_9861_4b786d0b6e09 26f27595_9620_5e84_3b3a_067a489503e6["writeUnknownFrame()"] 26f27595_9620_5e84_3b3a_067a489503e6 -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 28a6a39e_f11d_8cca_1164_0b0a2ea9d968["noRstFrameSentOnCloseViaListener()"] 28a6a39e_f11d_8cca_1164_0b0a2ea9d968 -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 0fb3c053_49f0_e7a7_44ea_d94c027bf9ec["outboundStreamShouldWriteResetFrameOnClose_headersSent()"] 0fb3c053_49f0_e7a7_44ea_d94c027bf9ec -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 d55be1f6_4b59_8eee_d853_19ea318c990c["outboundStreamShouldNotWriteResetFrameOnClose_IfStreamDidntExist()"] d55be1f6_4b59_8eee_d853_19ea318c990c -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 588a480d_b02c_547d_a8d6_b6464d4998d8["inboundRstStreamFireChannelInactive()"] 588a480d_b02c_547d_a8d6_b6464d4998d8 -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 b7d2f8c1_4fbb_be88_1758_9d7a20f75a17["creatingWritingReadingAndClosingOutboundStreamShouldWork()"] b7d2f8c1_4fbb_be88_1758_9d7a20f75a17 -->|calls| 22928953_49fc_cbc5_c75c_f236ce1e1fc7 style 22928953_49fc_cbc5_c75c_f236ce1e1fc7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java lines 1715–1717
private static int eqStreamId(Http2StreamChannel channel) {
return eq(channel.stream().id());
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does eqStreamId() do?
eqStreamId() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java.
Where is eqStreamId() defined?
eqStreamId() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java at line 1715.
What calls eqStreamId()?
eqStreamId() is called by 6 function(s): creatingWritingReadingAndClosingOutboundStreamShouldWork, inboundRstStreamFireChannelInactive, noRstFrameSentOnCloseViaListener, outboundStreamShouldNotWriteResetFrameOnClose_IfStreamDidntExist, outboundStreamShouldWriteResetFrameOnClose_headersSent, writeUnknownFrame.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free