Home / Function/ doesNotExceedMaximum() — netty Function Reference

doesNotExceedMaximum() — netty Function Reference

Architecture documentation for the doesNotExceedMaximum() function in AdaptiveRecvByteBufAllocatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  33c1adff_8ea2_727e_0d9d_9f71cbaa89a4["doesNotExceedMaximum()"]
  5011819c_2beb_6635_01ff_c14382c1d5a5["AdaptiveRecvByteBufAllocatorTest"]
  33c1adff_8ea2_727e_0d9d_9f71cbaa89a4 -->|defined in| 5011819c_2beb_6635_01ff_c14382c1d5a5
  1c4fca03_b029_5a21_08c8_7ddda96ef416["allocReadExpected()"]
  33c1adff_8ea2_727e_0d9d_9f71cbaa89a4 -->|calls| 1c4fca03_b029_5a21_08c8_7ddda96ef416
  style 33c1adff_8ea2_727e_0d9d_9f71cbaa89a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java lines 103–110

    @Test
    public void doesNotExceedMaximum() {
        AdaptiveRecvByteBufAllocator recvByteBufAllocator = new AdaptiveRecvByteBufAllocator(64, 9000, 9000);
        RecvByteBufAllocator.ExtendedHandle handle =
                (RecvByteBufAllocator.ExtendedHandle) recvByteBufAllocator.newHandle();
        handle.reset(config);
        allocReadExpected(handle, alloc, 8192);
    }

Domain

Subdomains

Frequently Asked Questions

What does doesNotExceedMaximum() do?
doesNotExceedMaximum() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java.
Where is doesNotExceedMaximum() defined?
doesNotExceedMaximum() is defined in transport/src/test/java/io/netty/channel/AdaptiveRecvByteBufAllocatorTest.java at line 103.
What does doesNotExceedMaximum() call?
doesNotExceedMaximum() calls 1 function(s): allocReadExpected.

Analyze Your Own Codebase

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

Try Supermodel Free