Home / Class/ UnpooledByteBufAllocatorTest Class — netty Architecture

UnpooledByteBufAllocatorTest Class — netty Architecture

Architecture documentation for the UnpooledByteBufAllocatorTest class in UnpooledByteBufAllocatorTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4d7c02dc_7388_43bd_9625_72a5988711bd["UnpooledByteBufAllocatorTest"]
  d87a8fb7_e3cd_5412_e658_129b1b947181["UnpooledByteBufAllocatorTest.java"]
  4d7c02dc_7388_43bd_9625_72a5988711bd -->|defined in| d87a8fb7_e3cd_5412_e658_129b1b947181
  db350850_2c14_0b05_9ec4_8e0508634b14["UnpooledByteBufAllocator()"]
  4d7c02dc_7388_43bd_9625_72a5988711bd -->|method| db350850_2c14_0b05_9ec4_8e0508634b14
  f4c6069a_8f16_b8bd_b244_ac5e53ea5725["shouldReuseChunks()"]
  4d7c02dc_7388_43bd_9625_72a5988711bd -->|method| f4c6069a_8f16_b8bd_b244_ac5e53ea5725

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/UnpooledByteBufAllocatorTest.java lines 20–36

public class UnpooledByteBufAllocatorTest extends AbstractByteBufAllocatorTest<UnpooledByteBufAllocator> {

    @Override
    protected UnpooledByteBufAllocator newAllocator(boolean preferDirect) {
        return new UnpooledByteBufAllocator(preferDirect);
    }

    @Override
    protected UnpooledByteBufAllocator newUnpooledAllocator() {
        return new UnpooledByteBufAllocator(false);
    }

    @Disabled("Not applicable for unpooled allocators")
    @Override
    public void shouldReuseChunks() throws Exception {
    }
}

Frequently Asked Questions

What is the UnpooledByteBufAllocatorTest class?
UnpooledByteBufAllocatorTest is a class in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/UnpooledByteBufAllocatorTest.java.
Where is UnpooledByteBufAllocatorTest defined?
UnpooledByteBufAllocatorTest is defined in buffer/src/test/java/io/netty/buffer/UnpooledByteBufAllocatorTest.java at line 20.

Analyze Your Own Codebase

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

Try Supermodel Free