Home / Function/ testStreamLimitEnforcedWhenCreatingViaClientBidirectional() — netty Function Reference

testStreamLimitEnforcedWhenCreatingViaClientBidirectional() — netty Function Reference

Architecture documentation for the testStreamLimitEnforcedWhenCreatingViaClientBidirectional() function in QuicStreamLimitTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  e11d58e0_02a1_1edb_aaee_b86722937470["testStreamLimitEnforcedWhenCreatingViaClientBidirectional()"]
  e7f62e39_432b_500c_cf3e_39f7c392f237["QuicStreamLimitTest"]
  e11d58e0_02a1_1edb_aaee_b86722937470 -->|defined in| e7f62e39_432b_500c_cf3e_39f7c392f237
  8f43dc59_1236_68c1_a2ec_3a8f896b51f4["testStreamLimitEnforcedWhenCreatingViaClient()"]
  e11d58e0_02a1_1edb_aaee_b86722937470 -->|calls| 8f43dc59_1236_68c1_a2ec_3a8f896b51f4
  style e11d58e0_02a1_1edb_aaee_b86722937470 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamLimitTest.java lines 37–41

    @ParameterizedTest
    @MethodSource("newSslTaskExecutors")
    public void testStreamLimitEnforcedWhenCreatingViaClientBidirectional(Executor executor) throws Throwable {
        testStreamLimitEnforcedWhenCreatingViaClient(executor, QuicStreamType.BIDIRECTIONAL);
    }

Domain

Subdomains

Frequently Asked Questions

What does testStreamLimitEnforcedWhenCreatingViaClientBidirectional() do?
testStreamLimitEnforcedWhenCreatingViaClientBidirectional() is a function in the netty codebase, defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamLimitTest.java.
Where is testStreamLimitEnforcedWhenCreatingViaClientBidirectional() defined?
testStreamLimitEnforcedWhenCreatingViaClientBidirectional() is defined in codec-native-quic/src/test/java/io/netty/handler/codec/quic/QuicStreamLimitTest.java at line 37.
What does testStreamLimitEnforcedWhenCreatingViaClientBidirectional() call?
testStreamLimitEnforcedWhenCreatingViaClientBidirectional() calls 1 function(s): testStreamLimitEnforcedWhenCreatingViaClient.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free