Class ServerConfig

java.lang.Object
nl.andrewl.concord_server.config.ServerConfig

public final class ServerConfig extends Object
  • Field Details

    • name

      private String name
    • description

      private String description
    • port

      private int port
    • acceptAllNewClients

      private boolean acceptAllNewClients
    • chatHistoryMaxCount

      private int chatHistoryMaxCount
    • chatHistoryDefaultCount

      private int chatHistoryDefaultCount
    • maxMessageLength

      private int maxMessageLength
    • defaultChannel

      private String defaultChannel
    • channels

      private List<ServerConfig.ChannelConfig> channels
    • discoveryServers

      private List<String> discoveryServers
    • filePath

      private transient Path filePath
      The path at which this config is stored.
  • Constructor Details

    • ServerConfig

      public ServerConfig()
  • Method Details