Home / Function/ build() — netty Function Reference

build() — netty Function Reference

Architecture documentation for the build() function in WorldClockProtocol.java from the netty codebase.

Function java Buffer Telemetry calls 2 called by 6

Entity Profile

Dependency Diagram

graph TD
  f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c["build()"]
  d14d3f3f_ddf6_f864_b1be_5eccb64e18ed["Builder"]
  f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c -->|defined in| d14d3f3f_ddf6_f864_b1be_5eccb64e18ed
  832a3e5d_0e9d_4521_8c44_4ab080c2f296["Location()"]
  832a3e5d_0e9d_4521_8c44_4ab080c2f296 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  ec49204d_6460_d609_5516_044c23fc6841["Locations()"]
  ec49204d_6460_d609_5516_044c23fc6841 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  3bd01aed_0259_ac52_5417_873d70b96ba8["buildPartial()"]
  3bd01aed_0259_ac52_5417_873d70b96ba8 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  a776de43_3d12_a869_9e1b_f3001fa85805["Builder()"]
  a776de43_3d12_a869_9e1b_f3001fa85805 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  69d136b6_91fe_96d7_45bc_5b8036c61a32["LocalTime()"]
  69d136b6_91fe_96d7_45bc_5b8036c61a32 -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  bc855b61_6f26_b505_38e2_49bef53e7d6b["LocalTimes()"]
  bc855b61_6f26_b505_38e2_49bef53e7d6b -->|calls| f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c
  3bd01aed_0259_ac52_5417_873d70b96ba8["buildPartial()"]
  f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c -->|calls| 3bd01aed_0259_ac52_5417_873d70b96ba8
  a01bc787_587e_d9d5_fc60_f49aec5c9a50["isInitialized()"]
  f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c -->|calls| a01bc787_587e_d9d5_fc60_f49aec5c9a50
  style f0b74967_70ce_a5a5_1ed7_d1b4c43a4c5c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 723–730

      @Override
      public io.netty.example.worldclock.WorldClockProtocol.Location build() {
        io.netty.example.worldclock.WorldClockProtocol.Location result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

Domain

Subdomains

Frequently Asked Questions

What does build() do?
build() is a function in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is build() defined?
build() is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 723.
What does build() call?
build() calls 2 function(s): buildPartial, isInitialized.
What calls build()?
build() is called by 6 function(s): Builder, LocalTime, LocalTimes, Location, Locations, buildPartial.

Analyze Your Own Codebase

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

Try Supermodel Free