All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.sitebricks.Config Maven / Gradle / Ivy

package com.google.sitebricks;

/**
 * Internal Sitebricks Async configuration value object.
 *
 * @author [email protected] (Dhanji R. Prasanna)
 */
class Config {
  String host = "localhost";
  int port = 8080;
  String websocketsUri;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy