Home / File/ WorldClockProtocol.java — netty Source File

WorldClockProtocol.java — netty Source File

Architecture documentation for WorldClockProtocol.java, a java file in the netty codebase.

File java Buffer Search 6 classes

Entity Profile

Relationship Graph

Source Code

/*
 * Copyright 2013 The Netty Project
 *
 * The Netty Project licenses this file to you under the Apache License,
 * version 2.0 (the "License"); you may not use this file except in compliance
 * with the License. You may obtain a copy of the License at:
 *
 *   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: src/main/java/io/netty/example/worldclock/WorldClockProtocol.proto

package io.netty.example.worldclock;

import static io.netty.util.internal.ObjectUtil.checkNotNull;

@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>
// ... (3364 more lines)

Domain

Subdomains

Frequently Asked Questions

What does WorldClockProtocol.java do?
WorldClockProtocol.java is a source file in the netty codebase, written in java. It belongs to the Buffer domain, Search subdomain.
Where is WorldClockProtocol.java in the architecture?
WorldClockProtocol.java is located at example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java (domain: Buffer, subdomain: Search, directory: example/src/main/java/io/netty/example/worldclock).

Analyze Your Own Codebase

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

Try Supermodel Free