Home / Function/ setNullOrigin() — netty Function Reference

setNullOrigin() — netty Function Reference

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

Function java ProtocolCodecs HTTP calls 1 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java lines 203–205

    private static void setNullOrigin(final HttpResponse response) {
        setOrigin(response, NULL_ORIGIN);
    }

Subdomains

Calls

Called By

Frequently Asked Questions

What does setNullOrigin() do?
setNullOrigin() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java.
Where is setNullOrigin() defined?
setNullOrigin() is defined in codec-http/src/main/java/io/netty/handler/codec/http/cors/CorsHandler.java at line 203.
What does setNullOrigin() call?
setNullOrigin() calls 1 function(s): setOrigin.
What calls setNullOrigin()?
setNullOrigin() 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