Home / Function/ handleOversizedMessage() — netty Function Reference

handleOversizedMessage() — netty Function Reference

Architecture documentation for the handleOversizedMessage() function in MessageAggregator.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  bfaf46f2_2e1c_f056_5cad_6bd220258c2a["handleOversizedMessage()"]
  5eb281df_9169_db16_7477_6d4eba81b483["MessageAggregator"]
  bfaf46f2_2e1c_f056_5cad_6bd220258c2a -->|defined in| 5eb281df_9169_db16_7477_6d4eba81b483
  ec17c0e6_af0a_457f_dbec_d3eaa628396b["invokeHandleOversizedMessage()"]
  ec17c0e6_af0a_457f_dbec_d3eaa628396b -->|calls| bfaf46f2_2e1c_f056_5cad_6bd220258c2a
  7718bdcb_2e06_5e80_ee52_70be32af0647["maxContentLength()"]
  bfaf46f2_2e1c_f056_5cad_6bd220258c2a -->|calls| 7718bdcb_2e06_5e80_ee52_70be32af0647
  style bfaf46f2_2e1c_f056_5cad_6bd220258c2a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-base/src/main/java/io/netty/handler/codec/MessageAggregator.java lines 414–417

    protected void handleOversizedMessage(ChannelHandlerContext ctx, S oversized) throws Exception {
        ctx.fireExceptionCaught(
                new TooLongFrameException("content length exceeded " + maxContentLength() + " bytes."));
    }

Domain

Subdomains

Frequently Asked Questions

What does handleOversizedMessage() do?
handleOversizedMessage() is a function in the netty codebase, defined in codec-base/src/main/java/io/netty/handler/codec/MessageAggregator.java.
Where is handleOversizedMessage() defined?
handleOversizedMessage() is defined in codec-base/src/main/java/io/netty/handler/codec/MessageAggregator.java at line 414.
What does handleOversizedMessage() call?
handleOversizedMessage() calls 1 function(s): maxContentLength.
What calls handleOversizedMessage()?
handleOversizedMessage() is called by 1 function(s): invokeHandleOversizedMessage.

Analyze Your Own Codebase

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

Try Supermodel Free