Home / Function/ Component() — netty Function Reference

Component() — netty Function Reference

Architecture documentation for the Component() function in CompositeByteBuf.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  c43bd811_d298_9424_d7d9_f55cb58a89e1["Component()"]
  955a3a16_0bd7_3ff1_10d7_dd2808491bb6["Component"]
  c43bd811_d298_9424_d7d9_f55cb58a89e1 -->|defined in| 955a3a16_0bd7_3ff1_10d7_dd2808491bb6
  1c7dc7e4_3e5b_2e66_7101_f504f6948f2b["Component()"]
  1c7dc7e4_3e5b_2e66_7101_f504f6948f2b -->|calls| c43bd811_d298_9424_d7d9_f55cb58a89e1
  e9920c4e_d91d_be1d_34e0_9c0ddc060f5d["CompositeByteBuf()"]
  e9920c4e_d91d_be1d_34e0_9c0ddc060f5d -->|calls| c43bd811_d298_9424_d7d9_f55cb58a89e1
  1c7dc7e4_3e5b_2e66_7101_f504f6948f2b["Component()"]
  c43bd811_d298_9424_d7d9_f55cb58a89e1 -->|calls| 1c7dc7e4_3e5b_2e66_7101_f504f6948f2b
  style c43bd811_d298_9424_d7d9_f55cb58a89e1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java lines 1925–1934

        Component(ByteBuf srcBuf, int srcOffset, ByteBuf buf, int bufOffset,
                int offset, int len, ByteBuf slice) {
            this.srcBuf = srcBuf;
            this.srcAdjustment = srcOffset - offset;
            this.buf = buf;
            this.adjustment = bufOffset - offset;
            this.offset = offset;
            this.endOffset = offset + len;
            this.slice = slice;
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does Component() do?
Component() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java.
Where is Component() defined?
Component() is defined in buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java at line 1925.
What does Component() call?
Component() calls 1 function(s): Component.
What calls Component()?
Component() is called by 2 function(s): Component, CompositeByteBuf.

Analyze Your Own Codebase

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

Try Supermodel Free