Home / Function/ EmbeddedChannel() — netty Function Reference

EmbeddedChannel() — netty Function Reference

Architecture documentation for the EmbeddedChannel() function in Lz4FrameEncoderTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  b40abe87_4a28_e9da_fe39_82d9b1130383["EmbeddedChannel()"]
  16452743_407c_c5f6_ee9f_baa8b84020f0["Lz4FrameEncoderTest"]
  b40abe87_4a28_e9da_fe39_82d9b1130383 -->|defined in| 16452743_407c_c5f6_ee9f_baa8b84020f0
  41d698aa_a735_854e_8f80_b01f96ea35b4["testFlush()"]
  41d698aa_a735_854e_8f80_b01f96ea35b4 -->|calls| b40abe87_4a28_e9da_fe39_82d9b1130383
  c572c687_c6c6_1cb6_34b9_7036673c2154["testAllocatingAroundBlockSize()"]
  c572c687_c6c6_1cb6_34b9_7036673c2154 -->|calls| b40abe87_4a28_e9da_fe39_82d9b1130383
  6111e409_d85d_a017_6935_7ac7b5d5a337["Lz4FrameEncoder()"]
  b40abe87_4a28_e9da_fe39_82d9b1130383 -->|calls| 6111e409_d85d_a017_6935_7ac7b5d5a337
  style b40abe87_4a28_e9da_fe39_82d9b1130383 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java lines 83–86

    @Override
    protected EmbeddedChannel createChannel() {
        return new EmbeddedChannel(new Lz4FrameEncoder());
    }

Domain

Subdomains

Frequently Asked Questions

What does EmbeddedChannel() do?
EmbeddedChannel() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java.
Where is EmbeddedChannel() defined?
EmbeddedChannel() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/Lz4FrameEncoderTest.java at line 83.
What does EmbeddedChannel() call?
EmbeddedChannel() calls 1 function(s): Lz4FrameEncoder.
What calls EmbeddedChannel()?
EmbeddedChannel() is called by 2 function(s): testAllocatingAroundBlockSize, testFlush.

Analyze Your Own Codebase

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

Try Supermodel Free