Home / Function/ MultiplexInboundStream() — netty Function Reference

MultiplexInboundStream() — netty Function Reference

Architecture documentation for the MultiplexInboundStream() function in Http2MultiplexTransportTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  ad1db823_1ac5_94df_71d1_7a63906878db["MultiplexInboundStream()"]
  cbe43862_9765_7481_8f83_05c7dedcb546["MultiplexInboundStream"]
  ad1db823_1ac5_94df_71d1_7a63906878db -->|defined in| cbe43862_9765_7481_8f83_05c7dedcb546
  ba5dd52d_0e41_5760_c529_eeb0a10a4957["streamHandlerInactivatedResponseFlushed()"]
  ba5dd52d_0e41_5760_c529_eeb0a10a4957 -->|calls| ad1db823_1ac5_94df_71d1_7a63906878db
  style ad1db823_1ac5_94df_71d1_7a63906878db fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java lines 129–134

        MultiplexInboundStream(AtomicInteger handleInactivatedFlushed,
                               AtomicInteger handleInactivatedNotFlushed, CountDownLatch latchHandlerInactive) {
            this.handlerInactivatedFlushed = handleInactivatedFlushed;
            this.handleInactivatedNotFlushed = handleInactivatedNotFlushed;
            this.latchHandlerInactive = latchHandlerInactive;
        }

Domain

Subdomains

Frequently Asked Questions

What does MultiplexInboundStream() do?
MultiplexInboundStream() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java.
Where is MultiplexInboundStream() defined?
MultiplexInboundStream() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java at line 129.
What calls MultiplexInboundStream()?
MultiplexInboundStream() is called by 1 function(s): streamHandlerInactivatedResponseFlushed.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free