Packages

object WebServer

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addRoute(route: Route): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bind: Unit
  7. lazy val bindingFuture: Future[ServerBinding]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val dataRoute: (RequestContext) => Future[RouteResult]
  10. def display(buf: BufferedRun): Unit
  11. def displayTS(fds: Vector[FiniteDistribution[Term]], names: Vector[(Term, String)] = Vector()): Unit
  12. val dummy: String
  13. def dummyData: () => String
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit val executionContext: ExecutionContextExecutor
  17. val fdRoute: Route
  18. var fdVec: Vector[(String, String, Double)]
  19. val fdView: String
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getData(name: String): String
  22. def getText(name: String): String
  23. def getTimeSeries: List[(String, Vector[Double])]
  24. def getView(name: String): String
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val helloRoute: Route
  27. val htmlRoute: (RequestContext) => Future[RouteResult]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val katex: String
  30. def makePage(divs: String): String
  31. def mixin(route: Route): Route
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. var otherRoutes: Option[Route]
  36. val pingQueue: Source[Unit, SourceQueueWithComplete[Unit]]
  37. val resourceRoute: (RequestContext) => Future[RouteResult]
  38. val route: Route
  39. def showData(name: String, dataVal: () => String): Unit
  40. def showDist[U <: Term with Subs[U]](fd: FiniteDistribution[U], names: Vector[(Term, String)]): Unit
  41. def showDummy: Unit
  42. def showFDs[U <: Term with Subs[U]](fds: Vector[FiniteDistribution[U]], terms: Set[U], typs: Set[Typ[Term]], names: Vector[(Term, String)]): Unit
  43. def showText(name: String, data: String): Unit
  44. def showTimeSeries[U <: Term with Subs[U]](term: U, ts: Vector[Double], names: Vector[(Term, String)]): Unit
  45. def showView(name: String, data: String): Unit
  46. def stop: Unit
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val termsView: String
  49. val textRoute: (RequestContext) => Future[RouteResult]
  50. val timeSeries: Map[String, Vector[Double]]
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. val typTimeSeries: Map[String, Vector[Double]]
  53. val viewTerms: Set[Term]
  54. val viewTypes: Set[Typ[Term]]
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped