package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonSupport extends SprayJsonSupport with DefaultJsonProtocol
  2. trait OstinatoServerRoute extends JsonSupport
  3. class ParallelisedChessBasicAi extends ChessBasicAi
  4. case class RequestBasicAI (board: String, depth: Int, debug: Boolean) extends Product with Serializable
  5. case class RequestConvertNotation (input: String, notation: String) extends Product with Serializable
  6. case class RequestMove (board: String, from: String, to: String) extends Product with Serializable
  7. case class RequestParseNotation (input: String) extends Product with Serializable
  8. case class RequestRandomAI (board: String) extends Product with Serializable
  9. case class ServerApi () extends Api with Product with Serializable

Value Members

  1. object Main extends App with OstinatoServerRoute

Ungrouped