geotrellis

rest

package rest

Visibility
  1. Public
  2. All

Type Members

  1. case class AdminConfig(serveSite: Boolean, serveFromJar: Boolean) extends Product with Serializable

  2. class ConsoleLogger extends Logger

  3. class EmptyLogger extends Logger

  4. case class GeoTrellisConfig(catalogPath: Option[String]) extends Product with Serializable

  5. case class JettyConfig(host: String, port: Int, corePoolSize: Int, maximumPoolSize: Int, keepAliveTime: Long, serveStatic: Boolean, contextPath: String) extends Product with Serializable

  6. class JettyServer extends AnyRef

    Starts a webserver on the configured port that will serve any rest services found in the package defined as 'rest-package' in the configuration file.

  7. trait Logger extends AnyRef

  8. class Response extends AnyRef

  9. case class ServerConfig(packages: Seq[String], jetty: JettyConfig, geotrellis: GeoTrellisConfig, admin: AdminConfig, staticContentPath: Option[String]) extends Product with Serializable

Value Members

  1. object AdminConfig extends Serializable

  2. object ERROR

  3. object GeoTrellis

  4. object GeoTrellisConfig extends Serializable

  5. object JettyConfig extends Serializable

  6. object Logger extends Logger

  7. object OK

  8. object Response

  9. object ResponseType

  10. object ServerConfig extends Serializable

  11. object WebRunner

    Starts a webserver on the configured port that will serve any rest services found in the package defined as 'rest-package' in the configuration file.

Ungrouped