testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() — netty Function Reference
Architecture documentation for the testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() function in QuicChannelConnectTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d849f0f1_d890_5d28_3925_d8c10965156b["testConnectWithDroppedPacketsAndRandomConnectionIdGenerator()"] 1e1bc485_1969_4537_ef9b_f28971b2f663["QuicChannelConnectTest"] d849f0f1_d890_5d28_3925_d8c10965156b -->|defined in| 1e1bc485_1969_4537_ef9b_f28971b2f663 4a44b4cc_9598_a77c_5e89_b75da8fb4fcd["testConnectWithDroppedPackets()"] d849f0f1_d890_5d28_3925_d8c10965156b -->|calls| 4a44b4cc_9598_a77c_5e89_b75da8fb4fcd style d849f0f1_d890_5d28_3925_d8c10965156b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java lines 392–397
@ParameterizedTest
@MethodSource("newSslTaskExecutors")
@Timeout(5)
public void testConnectWithDroppedPacketsAndRandomConnectionIdGenerator(Executor executor) throws Throwable {
testConnectWithDroppedPackets(executor, 2, QuicConnectionIdGenerator.randomGenerator());
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() do?
testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java.
Where is testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() defined?
testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicChannelConnectTest.java at line 392.
What does testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() call?
testConnectWithDroppedPacketsAndRandomConnectionIdGenerator() calls 1 function(s): testConnectWithDroppedPackets.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free