Package

jabroni

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 AnyRef

    Permalink
  2. trait CommonRequestBuilding extends RequestBuilding

    Permalink
  3. trait RouteLoggingSupport extends AnyRef

    Permalink
  4. case class RunningService[C <: ServerConfig, Service](conf: C, service: Service, binding: ServerBinding) extends AutoCloseable 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 jabroni app

Value Members

  1. object CommonRequestBuilding

    Permalink
  2. object MatchDetailsExtractor

    Permalink
  3. object RunningService extends LazyLogging with Serializable

    Permalink
  4. object ServerConfig

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

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

    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

    This package contains some general ultilities for working with multi-part messages

  12. def srcAsText(src: Source[ByteString, Any])(implicit materializer: Materializer): Future[String]

    Permalink
  13. package ui

    Permalink
  14. package worker

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped