Package

agora

rest

Permalink

package rest

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. rest
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AkkaImplicits extends AutoCloseable with StrictLogging

    Permalink
  2. class ClientConfig extends AnyRef

    Permalink
  3. trait CommonRequestBuilding extends RequestBuilding

    Permalink
  4. case class RunningService[C <: ServerConfig, Service](conf: C, service: Service, binding: ServerBinding) extends AutoCloseable with LazyLogging with Product with Serializable

    Permalink

    Represents a running service - something which can be returning from starting a service that contains both the binding and the config/service which was started

  5. class ServerConfig extends RichConfigOps

    Permalink

    A parsed configuration for our agora app

Value Members

  1. object CommonRequestBuilding

    Permalink
  2. object MatchDetailsExtractor

    Permalink
  3. object RunningService extends LazyLogging with Serializable

    Permalink
  4. def asHostLocation(conf: Config): HostLocation

    Permalink
  5. def asJson(c: Config): Json

    Permalink
  6. def asLocation(uri: Uri): HostLocation

    Permalink
  7. package client

    Permalink
  8. def configForArgs(args: Array[String], fallback: Config = ConfigFactory.empty): Config

    Permalink
  9. package exchange

    Permalink
  10. object implicits

    Permalink
  11. package multipart

    Permalink
  12. package worker

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped