testHalfCloseFromClientWhileInActiveBidirectional() — netty Function Reference
Architecture documentation for the testHalfCloseFromClientWhileInActiveBidirectional() function in QuicStreamChannelCloseTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 36b01605_bb7f_b70d_09f2_11c89843eab2["testHalfCloseFromClientWhileInActiveBidirectional()"] f6302430_ab38_2061_da3d_4d6633f03714["QuicStreamChannelCloseTest"] 36b01605_bb7f_b70d_09f2_11c89843eab2 -->|defined in| f6302430_ab38_2061_da3d_4d6633f03714 31478937_9683_64c2_3ddf_507bb9334135["testCloseFromClientWhileInActive()"] 36b01605_bb7f_b70d_09f2_11c89843eab2 -->|calls| 31478937_9683_64c2_3ddf_507bb9334135 style 36b01605_bb7f_b70d_09f2_11c89843eab2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java lines 123–127
@ParameterizedTest
@MethodSource("newSslTaskExecutors")
public void testHalfCloseFromClientWhileInActiveBidirectional(Executor executor) throws Throwable {
testCloseFromClientWhileInActive(executor, QuicStreamType.BIDIRECTIONAL, true);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testHalfCloseFromClientWhileInActiveBidirectional() do?
testHalfCloseFromClientWhileInActiveBidirectional() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java.
Where is testHalfCloseFromClientWhileInActiveBidirectional() defined?
testHalfCloseFromClientWhileInActiveBidirectional() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java at line 123.
What does testHalfCloseFromClientWhileInActiveBidirectional() call?
testHalfCloseFromClientWhileInActiveBidirectional() 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