Home / Function/ testFireChannelReadAfterHandshakeSuccess_JDK() — netty Function Reference

testFireChannelReadAfterHandshakeSuccess_JDK() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  70168125_b740_c3ee_4136_86d4c01273b9["testFireChannelReadAfterHandshakeSuccess_JDK()"]
  91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48["Http2MultiplexTransportTest"]
  70168125_b740_c3ee_4136_86d4c01273b9 -->|defined in| 91fc51f7_5bfd_40ef_a0e8_b98c3ed99f48
  7b850f8e_a40d_861e_29dd_57e0bde0185f["testFireChannelReadAfterHandshakeSuccess()"]
  70168125_b740_c3ee_4136_86d4c01273b9 -->|calls| 7b850f8e_a40d_861e_29dd_57e0bde0185f
  style 70168125_b740_c3ee_4136_86d4c01273b9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java lines 520–526

    @Test
    @DisabledOnOs(value = OS.WINDOWS, disabledReason = "See: https://github.com/netty/netty/issues/11542")
    @Timeout(value = 5000L, unit = MILLISECONDS)
    public void testFireChannelReadAfterHandshakeSuccess_JDK() throws Exception {
        assumeTrue(SslProvider.isAlpnSupported(SslProvider.JDK));
        testFireChannelReadAfterHandshakeSuccess(SslProvider.JDK);
    }

Domain

Subdomains

Frequently Asked Questions

What does testFireChannelReadAfterHandshakeSuccess_JDK() do?
testFireChannelReadAfterHandshakeSuccess_JDK() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java.
Where is testFireChannelReadAfterHandshakeSuccess_JDK() defined?
testFireChannelReadAfterHandshakeSuccess_JDK() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MultiplexTransportTest.java at line 520.
What does testFireChannelReadAfterHandshakeSuccess_JDK() call?
testFireChannelReadAfterHandshakeSuccess_JDK() calls 1 function(s): testFireChannelReadAfterHandshakeSuccess.

Analyze Your Own Codebase

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

Try Supermodel Free