Home / Function/ testHalfCloseFromClientWhileInActiveUnidirectional() — netty Function Reference

testHalfCloseFromClientWhileInActiveUnidirectional() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  43a2bbed_91ff_667a_166e_262167cae00c["testHalfCloseFromClientWhileInActiveUnidirectional()"]
  f6302430_ab38_2061_da3d_4d6633f03714["QuicStreamChannelCloseTest"]
  43a2bbed_91ff_667a_166e_262167cae00c -->|defined in| f6302430_ab38_2061_da3d_4d6633f03714
  31478937_9683_64c2_3ddf_507bb9334135["testCloseFromClientWhileInActive()"]
  43a2bbed_91ff_667a_166e_262167cae00c -->|calls| 31478937_9683_64c2_3ddf_507bb9334135
  style 43a2bbed_91ff_667a_166e_262167cae00c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java lines 117–121

    @ParameterizedTest
    @MethodSource("newSslTaskExecutors")
    public void testHalfCloseFromClientWhileInActiveUnidirectional(Executor executor) throws Throwable {
        testCloseFromClientWhileInActive(executor, QuicStreamType.UNIDIRECTIONAL, true);
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free