Home / Function/ ByteBuf() — netty Function Reference

ByteBuf() — netty Function Reference

Architecture documentation for the ByteBuf() function in EpollRecvByteAllocatorHandle.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d6295002_5fb6_0dbf_f4e3_c556e34aca58["ByteBuf()"]
  91ea2771_32d4_d38b_ffb1_4fc382694d1e["EpollRecvByteAllocatorHandle"]
  d6295002_5fb6_0dbf_f4e3_c556e34aca58 -->|defined in| 91ea2771_32d4_d38b_ffb1_4fc382694d1e
  style d6295002_5fb6_0dbf_f4e3_c556e34aca58 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollRecvByteAllocatorHandle.java lines 52–57

    @Override
    public final ByteBuf allocate(ByteBufAllocator alloc) {
        // We need to ensure we always allocate a direct ByteBuf as we can only use a direct buffer to read via JNI.
        preferredDirectByteBufAllocator.updateAllocator(alloc);
        return delegate().allocate(preferredDirectByteBufAllocator);
    }

Domain

Subdomains

Frequently Asked Questions

What does ByteBuf() do?
ByteBuf() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollRecvByteAllocatorHandle.java.
Where is ByteBuf() defined?
ByteBuf() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollRecvByteAllocatorHandle.java at line 52.

Analyze Your Own Codebase

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

Try Supermodel Free