delimiterLength() — netty Function Reference
Architecture documentation for the delimiterLength() function in HAProxyMessageDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e820d094_9220_c011_bb95_b443003aa667["delimiterLength()"] 4cf1f336_e6c7_4b89_39a6_d2ef4cfc0215["LineHeaderExtractor"] e820d094_9220_c011_bb95_b443003aa667 -->|defined in| 4cf1f336_e6c7_4b89_39a6_d2ef4cfc0215 4b0096b8_57a1_aeae_bcda_4ec0c392485e["delimiterLength()"] 4b0096b8_57a1_aeae_bcda_4ec0c392485e -->|calls| e820d094_9220_c011_bb95_b443003aa667 4b0096b8_57a1_aeae_bcda_4ec0c392485e["delimiterLength()"] e820d094_9220_c011_bb95_b443003aa667 -->|calls| 4b0096b8_57a1_aeae_bcda_4ec0c392485e style e820d094_9220_c011_bb95_b443003aa667 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java lines 441–444
@Override
protected int delimiterLength(ByteBuf buffer, int eoh) {
return buffer.getByte(eoh) == '\r' ? 2 : 1;
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does delimiterLength() do?
delimiterLength() is a function in the netty codebase, defined in codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java.
Where is delimiterLength() defined?
delimiterLength() is defined in codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java at line 441.
What does delimiterLength() call?
delimiterLength() calls 1 function(s): delimiterLength.
What calls delimiterLength()?
delimiterLength() is called by 1 function(s): delimiterLength.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free