Home / Function/ testCompositeBufSizeEstimationGuaranteesSynchronousWrite() — netty Function Reference

testCompositeBufSizeEstimationGuaranteesSynchronousWrite() — netty Function Reference

Architecture documentation for the testCompositeBufSizeEstimationGuaranteesSynchronousWrite() function in ParameterizedSslHandlerTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  aa845c12_91e2_3c30_7548_04c9b1df7a6b["testCompositeBufSizeEstimationGuaranteesSynchronousWrite()"]
  4741a6a1_c002_17c2_c8d8_747d98eb437c["ParameterizedSslHandlerTest"]
  aa845c12_91e2_3c30_7548_04c9b1df7a6b -->|defined in| 4741a6a1_c002_17c2_c8d8_747d98eb437c
  f520a1a6_f743_e43e_b161_6512d3e242bf["compositeBufSizeEstimationGuaranteesSynchronousWrite()"]
  aa845c12_91e2_3c30_7548_04c9b1df7a6b -->|calls| f520a1a6_f743_e43e_b161_6512d3e242bf
  style aa845c12_91e2_3c30_7548_04c9b1df7a6b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java lines 103–125

    @ParameterizedTest(name = PARAMETERIZED_NAME)
    @MethodSource("data")
    @Timeout(value = 48000, unit = TimeUnit.MILLISECONDS)
    public void testCompositeBufSizeEstimationGuaranteesSynchronousWrite(
            SslProvider clientProvider, SslProvider serverProvider)
            throws CertificateException, SSLException, ExecutionException, InterruptedException {
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                true, true, true);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                true, true, false);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                true, false, true);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                true, false, false);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                false, true, true);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                false, true, false);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                false, false, true);
        compositeBufSizeEstimationGuaranteesSynchronousWrite(serverProvider, clientProvider,
                false, false, false);
    }

Domain

Subdomains

Frequently Asked Questions

What does testCompositeBufSizeEstimationGuaranteesSynchronousWrite() do?
testCompositeBufSizeEstimationGuaranteesSynchronousWrite() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java.
Where is testCompositeBufSizeEstimationGuaranteesSynchronousWrite() defined?
testCompositeBufSizeEstimationGuaranteesSynchronousWrite() is defined in handler/src/test/java/io/netty/handler/ssl/ParameterizedSslHandlerTest.java at line 103.
What does testCompositeBufSizeEstimationGuaranteesSynchronousWrite() call?
testCompositeBufSizeEstimationGuaranteesSynchronousWrite() calls 1 function(s): compositeBufSizeEstimationGuaranteesSynchronousWrite.

Analyze Your Own Codebase

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

Try Supermodel Free