testWriteToUnidirectionalAfterShutdownOutput() — netty Function Reference
Architecture documentation for the testWriteToUnidirectionalAfterShutdownOutput() function in QuicStreamChannelCloseTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD aca22f89_a2c6_f37f_4a41_97337ecc5ed2["testWriteToUnidirectionalAfterShutdownOutput()"] f6302430_ab38_2061_da3d_4d6633f03714["QuicStreamChannelCloseTest"] aca22f89_a2c6_f37f_4a41_97337ecc5ed2 -->|defined in| f6302430_ab38_2061_da3d_4d6633f03714 8c3ae860_d907_0be0_493f_ce2cd6dff9cd["testWriteAfterClosedOrShutdown()"] aca22f89_a2c6_f37f_4a41_97337ecc5ed2 -->|calls| 8c3ae860_d907_0be0_493f_ce2cd6dff9cd style aca22f89_a2c6_f37f_4a41_97337ecc5ed2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java lines 167–171
@ParameterizedTest
@MethodSource("newSslTaskExecutors")
public void testWriteToUnidirectionalAfterShutdownOutput(Executor executor) throws Throwable {
testWriteAfterClosedOrShutdown(executor, QuicStreamType.UNIDIRECTIONAL, true);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testWriteToUnidirectionalAfterShutdownOutput() do?
testWriteToUnidirectionalAfterShutdownOutput() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java.
Where is testWriteToUnidirectionalAfterShutdownOutput() defined?
testWriteToUnidirectionalAfterShutdownOutput() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamChannelCloseTest.java at line 167.
What does testWriteToUnidirectionalAfterShutdownOutput() call?
testWriteToUnidirectionalAfterShutdownOutput() calls 1 function(s): testWriteAfterClosedOrShutdown.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free