Home / Function/ cleanMixedAttributes() — netty Function Reference

cleanMixedAttributes() — netty Function Reference

Architecture documentation for the cleanMixedAttributes() function in HttpPostMultipartRequestDecoder.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d244b034_5458_36b9_0edf_a2ea2c9f507a["cleanMixedAttributes()"]
  d07408ef_0ab6_54bb_c64e_0b5b9a0aac25["HttpPostMultipartRequestDecoder"]
  d244b034_5458_36b9_0edf_a2ea2c9f507a -->|defined in| d07408ef_0ab6_54bb_c64e_0b5b9a0aac25
  44dc9a0e_9473_e766_e499_985b3abd1cad["InterfaceHttpData()"]
  44dc9a0e_9473_e766_e499_985b3abd1cad -->|calls| d244b034_5458_36b9_0edf_a2ea2c9f507a
  style d244b034_5458_36b9_0edf_a2ea2c9f507a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder.java lines 1026–1032

    private void cleanMixedAttributes() {
        currentFieldAttributes.remove(HttpHeaderValues.CHARSET);
        currentFieldAttributes.remove(HttpHeaderNames.CONTENT_LENGTH);
        currentFieldAttributes.remove(HttpHeaderNames.CONTENT_TRANSFER_ENCODING);
        currentFieldAttributes.remove(HttpHeaderNames.CONTENT_TYPE);
        currentFieldAttributes.remove(HttpHeaderValues.FILENAME);
    }

Subdomains

Frequently Asked Questions

What does cleanMixedAttributes() do?
cleanMixedAttributes() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder.java.
Where is cleanMixedAttributes() defined?
cleanMixedAttributes() is defined in codec-http/src/main/java/io/netty/handler/codec/http/multipart/HttpPostMultipartRequestDecoder.java at line 1026.
What calls cleanMixedAttributes()?
cleanMixedAttributes() is called by 1 function(s): InterfaceHttpData.

Analyze Your Own Codebase

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

Try Supermodel Free