Home / Class/ WorldClockProtocol Class — netty Architecture

WorldClockProtocol Class — netty Architecture

Architecture documentation for the WorldClockProtocol class in WorldClockProtocol.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4060e1fc_ab01_92d0_e315_13896f553efc["WorldClockProtocol"]
  4270a70c_1373_1599_2ff1_865646eab29d["WorldClockProtocol.java"]
  4060e1fc_ab01_92d0_e315_13896f553efc -->|defined in| 4270a70c_1373_1599_2ff1_865646eab29d
  08e47ad3_bbe9_d943_1f5c_e93cf7858916["WorldClockProtocol()"]
  4060e1fc_ab01_92d0_e315_13896f553efc -->|method| 08e47ad3_bbe9_d943_1f5c_e93cf7858916
  3f1b0527_4f75_84c4_6aee_b47c9e4e5094["registerAllExtensions()"]
  4060e1fc_ab01_92d0_e315_13896f553efc -->|method| 3f1b0527_4f75_84c4_6aee_b47c9e4e5094
  90f0284d_89b3_480e_c1ff_b2eb6f9b7ef6["getDescriptor()"]
  4060e1fc_ab01_92d0_e315_13896f553efc -->|method| 90f0284d_89b3_480e_c1ff_b2eb6f9b7ef6

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 24–3423

@SuppressWarnings("all")
public final class WorldClockProtocol {
  private WorldClockProtocol() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
  }
  /**
   * Protobuf enum {@code io.netty.example.worldclock.Continent}
   */
  public enum Continent
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * <code>AFRICA = 0;</code>
     */
    AFRICA(0, 0),
    /**
     * <code>AMERICA = 1;</code>
     */
    AMERICA(1, 1),
    /**
     * <code>ANTARCTICA = 2;</code>
     */
    ANTARCTICA(2, 2),
    /**
     * <code>ARCTIC = 3;</code>
     */
    ARCTIC(3, 3),
    /**
     * <code>ASIA = 4;</code>
     */
    ASIA(4, 4),
    /**
     * <code>ATLANTIC = 5;</code>
     */
    ATLANTIC(5, 5),
    /**
     * <code>AUSTRALIA = 6;</code>
     */
    AUSTRALIA(6, 6),
    /**
     * <code>EUROPE = 7;</code>
     */
    EUROPE(7, 7),
    /**
     * <code>INDIAN = 8;</code>
     */
    INDIAN(8, 8),
    /**
     * <code>MIDEAST = 9;</code>
     */
    MIDEAST(9, 9),
    /**
     * <code>PACIFIC = 10;</code>
     */
    PACIFIC(10, 10),
    ;

    /**
     * <code>AFRICA = 0;</code>
     */
    public static final int AFRICA_VALUE = 0;
    /**
     * <code>AMERICA = 1;</code>
     */
    public static final int AMERICA_VALUE = 1;
    /**
     * <code>ANTARCTICA = 2;</code>
     */
    public static final int ANTARCTICA_VALUE = 2;
    /**
     * <code>ARCTIC = 3;</code>
     */
    public static final int ARCTIC_VALUE = 3;
    /**
     * <code>ASIA = 4;</code>
     */
    public static final int ASIA_VALUE = 4;
    /**
     * <code>ATLANTIC = 5;</code>
     */
    public static final int ATLANTIC_VALUE = 5;

Frequently Asked Questions

What is the WorldClockProtocol class?
WorldClockProtocol is a class in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is WorldClockProtocol defined?
WorldClockProtocol is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 24.

Analyze Your Own Codebase

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

Try Supermodel Free