Home / Function/ writeMessageIntoEmbedder() — netty Function Reference

writeMessageIntoEmbedder() — netty Function Reference

Architecture documentation for the writeMessageIntoEmbedder() function in SocksCommonTestUtils.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  44206074_f48c_3916_7e39_ea54408fea83["writeMessageIntoEmbedder()"]
  681edca2_8026_9730_676e_185a66fdac75["SocksCommonTestUtils"]
  44206074_f48c_3916_7e39_ea54408fea83 -->|defined in| 681edca2_8026_9730_676e_185a66fdac75
  style 44206074_f48c_3916_7e39_ea54408fea83 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-socks/src/test/java/io/netty/handler/codec/socks/SocksCommonTestUtils.java lines 30–35

    @SuppressWarnings("deprecation")
    public static void writeMessageIntoEmbedder(EmbeddedChannel embedder, SocksMessage msg) {
        ByteBuf buf = Unpooled.buffer();
        msg.encodeAsByteBuf(buf);
        embedder.writeInbound(buf);
    }

Domain

Subdomains

Frequently Asked Questions

What does writeMessageIntoEmbedder() do?
writeMessageIntoEmbedder() is a function in the netty codebase, defined in codec-socks/src/test/java/io/netty/handler/codec/socks/SocksCommonTestUtils.java.
Where is writeMessageIntoEmbedder() defined?
writeMessageIntoEmbedder() is defined in codec-socks/src/test/java/io/netty/handler/codec/socks/SocksCommonTestUtils.java at line 30.

Analyze Your Own Codebase

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

Try Supermodel Free