Home / Function/ channelInactive() — netty Function Reference

channelInactive() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a8136434_be4c_e0dc_6e2e_2efbaeb9f660["channelInactive()"]
  cbe43862_9765_7481_8f83_05c7dedcb546["MultiplexInboundStream"]
  a8136434_be4c_e0dc_6e2e_2efbaeb9f660 -->|defined in| cbe43862_9765_7481_8f83_05c7dedcb546
  9be33b96_22b1_5673_9a2d_308c712e297b["testSslException()"]
  9be33b96_22b1_5673_9a2d_308c712e297b -->|calls| a8136434_be4c_e0dc_6e2e_2efbaeb9f660
  style a8136434_be4c_e0dc_6e2e_2efbaeb9f660 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java lines 145–154

        @Override
        public void channelInactive(ChannelHandlerContext ctx) throws Exception {
            if (responseFuture.isSuccess()) {
                handlerInactivatedFlushed.incrementAndGet();
            } else {
                handleInactivatedNotFlushed.incrementAndGet();
            }
            latchHandlerInactive.countDown();
            ctx.fireChannelInactive();
        }

Domain

Subdomains

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free