Home / Function/ flush() — netty Function Reference

flush() — netty Function Reference

Architecture documentation for the flush() function in Http2MultiplexTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2["flush()"]
  2087f0f7_b09d_7f33_a4aa_dd82ffa884c9["FlushSniffer"]
  b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2 -->|defined in| 2087f0f7_b09d_7f33_a4aa_dd82ffa884c9
  cc6e1be2_02c4_ff15_3d5a_285e8946b302["streamClosedErrorTranslatedToClosedChannelExceptionOnWrites()"]
  cc6e1be2_02c4_ff15_3d5a_285e8946b302 -->|calls| b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2
  f8cc0ae3_6c4c_8f36_9765_eac6cb789933["failedOutboundStreamCreationThrowsAndClosesChannel()"]
  f8cc0ae3_6c4c_8f36_9765_eac6cb789933 -->|calls| b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2
  3a82065f_cd01_f2dc_ed01_19a2a21d83a1["outboundFlowControlWritability()"]
  3a82065f_cd01_f2dc_ed01_19a2a21d83a1 -->|calls| b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2
  f4746236_ecf6_53c6_a3c0_f59c06223cb6["writabilityOfParentIsRespected()"]
  f4746236_ecf6_53c6_a3c0_f59c06223cb6 -->|calls| b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2
  style b9b63893_76d6_8a34_cbb9_a71b8eeaf1c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java lines 1547–1551

        @Override
        public void flush(ChannelHandlerContext ctx) throws Exception {
            didFlush = true;
            super.flush(ctx);
        }

Domain

Subdomains

Frequently Asked Questions

What does flush() do?
flush() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java.
Where is flush() defined?
flush() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTest.java at line 1547.
What calls flush()?
flush() is called by 4 function(s): failedOutboundStreamCreationThrowsAndClosesChannel, outboundFlowControlWritability, streamClosedErrorTranslatedToClosedChannelExceptionOnWrites, writabilityOfParentIsRespected.

Analyze Your Own Codebase

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

Try Supermodel Free