delimiterLength() — netty Function Reference
Architecture documentation for the delimiterLength() function in HAProxyMessageDecoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 4b0096b8_57a1_aeae_bcda_4ec0c392485e["delimiterLength()"] c5b93e38_c667_01b8_5fff_e0aa6b922c3e["HeaderExtractor"] 4b0096b8_57a1_aeae_bcda_4ec0c392485e -->|defined in| c5b93e38_c667_01b8_5fff_e0aa6b922c3e e820d094_9220_c011_bb95_b443003aa667["delimiterLength()"] e820d094_9220_c011_bb95_b443003aa667 -->|calls| 4b0096b8_57a1_aeae_bcda_4ec0c392485e 14c55f32_14c2_ef35_0af7_cd4a21b57ce8["delimiterLength()"] 14c55f32_14c2_ef35_0af7_cd4a21b57ce8 -->|calls| 4b0096b8_57a1_aeae_bcda_4ec0c392485e fd4a5643_1cab_48d9_d711_3a4745d987c7["ByteBuf()"] fd4a5643_1cab_48d9_d711_3a4745d987c7 -->|calls| 4b0096b8_57a1_aeae_bcda_4ec0c392485e e820d094_9220_c011_bb95_b443003aa667["delimiterLength()"] 4b0096b8_57a1_aeae_bcda_4ec0c392485e -->|calls| e820d094_9220_c011_bb95_b443003aa667 style 4b0096b8_57a1_aeae_bcda_4ec0c392485e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-haproxy/src/main/java/io/netty/handler/codec/haproxy/HAProxyMessageDecoder.java lines 427–427
protected abstract int delimiterLength(ByteBuf buffer, int eoh);
Domain
Subdomains
Calls
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 427.
What does delimiterLength() call?
delimiterLength() calls 1 function(s): delimiterLength.
What calls delimiterLength()?
delimiterLength() is called by 3 function(s): ByteBuf, delimiterLength, delimiterLength.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free