Home / Function/ testHalfCloseFromServerWhileInActiveUnidirectional() — netty Function Reference

testHalfCloseFromServerWhileInActiveUnidirectional() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java lines 53–57

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

Domain

Subdomains

Frequently Asked Questions

What does testHalfCloseFromServerWhileInActiveUnidirectional() do?
testHalfCloseFromServerWhileInActiveUnidirectional() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java.
Where is testHalfCloseFromServerWhileInActiveUnidirectional() defined?
testHalfCloseFromServerWhileInActiveUnidirectional() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java at line 53.
What does testHalfCloseFromServerWhileInActiveUnidirectional() call?
testHalfCloseFromServerWhileInActiveUnidirectional() 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