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