failOverLimit() — netty Function Reference
Architecture documentation for the failOverLimit() function in HAProxyMessageDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 23921ca9_0bcc_4691_cc52_b64c6b92259c["failOverLimit()"] 779adff2_46a7_a104_ccd9_84680387d552["HAProxyMessageDecoder"] 23921ca9_0bcc_4691_cc52_b64c6b92259c -->|defined in| 779adff2_46a7_a104_ccd9_84680387d552 fd4a5643_1cab_48d9_d711_3a4745d987c7["ByteBuf()"] fd4a5643_1cab_48d9_d711_3a4745d987c7 -->|calls| 23921ca9_0bcc_4691_cc52_b64c6b92259c 4bcf7a2e_b41c_ffbf_c326_61a787af2c17["fail()"] 23921ca9_0bcc_4691_cc52_b64c6b92259c -->|calls| 4bcf7a2e_b41c_ffbf_c326_61a787af2c17 style 23921ca9_0bcc_4691_cc52_b64c6b92259c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java lines 295–297
private void failOverLimit(final ChannelHandlerContext ctx, int length) {
failOverLimit(ctx, String.valueOf(length));
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does failOverLimit() do?
failOverLimit() is a function in the netty codebase, defined in codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java.
Where is failOverLimit() defined?
failOverLimit() is defined in codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java at line 295.
What does failOverLimit() call?
failOverLimit() calls 1 function(s): fail.
What calls failOverLimit()?
failOverLimit() is called by 1 function(s): ByteBuf.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free