Interface ServerIdentity


@Immutable public interface ServerIdentity
Server identity metadata sent to the client during initialization.
  • Field Details

  • Method Details

    • name

      @Default default String name()
    • version

      @Default default String version()
    • description

      @Nullable String description()
    • title

      @Nullable String title()
    • websiteUrl

      @Nullable String websiteUrl()
    • instructions

      @Nullable String instructions()
    • icons

      @Nullable List<Icon> icons()
    • builder

      static ServerIdentity.Builder builder()