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