Home / Function/ setAnyOrigin() — netty Function Reference

setAnyOrigin() — netty Function Reference

Architecture documentation for the setAnyOrigin() function in CorsHandler.java from the netty codebase.

Function java ProtocolCodecs HTTP calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  bf446f18_42d8_aaab_2a6e_04a99bb4b179["setAnyOrigin()"]
  48d2af19_d0e9_a2f5_8280_607eb2335be4["CorsHandler"]
  bf446f18_42d8_aaab_2a6e_04a99bb4b179 -->|defined in| 48d2af19_d0e9_a2f5_8280_607eb2335be4
  443bc456_062e_6158_b794_7d52bf18c800["setOrigin()"]
  443bc456_062e_6158_b794_7d52bf18c800 -->|calls| bf446f18_42d8_aaab_2a6e_04a99bb4b179
  443bc456_062e_6158_b794_7d52bf18c800["setOrigin()"]
  bf446f18_42d8_aaab_2a6e_04a99bb4b179 -->|calls| 443bc456_062e_6158_b794_7d52bf18c800
  style bf446f18_42d8_aaab_2a6e_04a99bb4b179 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java lines 199–201

    private static void setAnyOrigin(final HttpResponse response) {
        setOrigin(response, ANY_ORIGIN);
    }

Subdomains

Calls

Called By

Frequently Asked Questions

What does setAnyOrigin() do?
setAnyOrigin() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java.
Where is setAnyOrigin() defined?
setAnyOrigin() is defined in codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java at line 199.
What does setAnyOrigin() call?
setAnyOrigin() calls 1 function(s): setOrigin.
What calls setAnyOrigin()?
setAnyOrigin() is called by 1 function(s): setOrigin.

Analyze Your Own Codebase

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

Try Supermodel Free