Home / Function/ testCloseFromServerWhileInActiveUnidirectional() — netty Function Reference

testCloseFromServerWhileInActiveUnidirectional() — netty Function Reference

Architecture documentation for the testCloseFromServerWhileInActiveUnidirectional() function in QuicStreamChannelCloseTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  563b5edc_ef0f_68a7_c184_01892e48e86c["testCloseFromServerWhileInActiveUnidirectional()"]
  f6302430_ab38_2061_da3d_4d6633f03714["QuicStreamChannelCloseTest"]
  563b5edc_ef0f_68a7_c184_01892e48e86c -->|defined in| f6302430_ab38_2061_da3d_4d6633f03714
  21aaebfa_63dc_f13f_d3ab_fa9bb659e578["testCloseFromServerWhileInActive()"]
  563b5edc_ef0f_68a7_c184_01892e48e86c -->|calls| 21aaebfa_63dc_f13f_d3ab_fa9bb659e578
  style 563b5edc_ef0f_68a7_c184_01892e48e86c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java lines 41–45

    @ParameterizedTest
    @MethodSource("newSslTaskExecutors")
    public void testCloseFromServerWhileInActiveUnidirectional(Executor executor) throws Throwable {
        testCloseFromServerWhileInActive(executor, QuicStreamType.UNIDIRECTIONAL, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testCloseFromServerWhileInActiveUnidirectional() do?
testCloseFromServerWhileInActiveUnidirectional() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java.
Where is testCloseFromServerWhileInActiveUnidirectional() defined?
testCloseFromServerWhileInActiveUnidirectional() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java at line 41.
What does testCloseFromServerWhileInActiveUnidirectional() call?
testCloseFromServerWhileInActiveUnidirectional() calls 1 function(s): testCloseFromServerWhileInActive.

Analyze Your Own Codebase

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

Try Supermodel Free