Home / Type/ LocationOrBuilder Type — netty Architecture

LocationOrBuilder Type — netty Architecture

Architecture documentation for the LocationOrBuilder type/interface in WorldClockProtocol.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d307c0c0_b18f_20e0_cbcf_9f950a0213cc["LocationOrBuilder"]
  4270a70c_1373_1599_2ff1_865646eab29d["WorldClockProtocol.java"]
  d307c0c0_b18f_20e0_cbcf_9f950a0213cc -->|defined in| 4270a70c_1373_1599_2ff1_865646eab29d
  style d307c0c0_b18f_20e0_cbcf_9f950a0213cc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 328–355

  public interface LocationOrBuilder
      extends com.google.protobuf.MessageOrBuilder {

    // required .io.netty.example.worldclock.Continent continent = 1;
    /**
     * <code>required .io.netty.example.worldclock.Continent continent = 1;</code>
     */
    boolean hasContinent();
    /**
     * <code>required .io.netty.example.worldclock.Continent continent = 1;</code>
     */
    io.netty.example.worldclock.WorldClockProtocol.Continent getContinent();

    // required string city = 2;
    /**
     * <code>required string city = 2;</code>
     */
    boolean hasCity();
    /**
     * <code>required string city = 2;</code>
     */
    java.lang.String getCity();
    /**
     * <code>required string city = 2;</code>
     */
    com.google.protobuf.ByteString
        getCityBytes();
  }

Frequently Asked Questions

What is the LocationOrBuilder type?
LocationOrBuilder is a type/interface in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is LocationOrBuilder defined?
LocationOrBuilder is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 328.

Analyze Your Own Codebase

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

Try Supermodel Free