object WebServer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addRoute(route: Route): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind: Unit
- lazy val bindingFuture: Future[ServerBinding]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val dataRoute: (RequestContext) => Future[RouteResult]
- def display(buf: BufferedRun): Unit
- def displayTS(fds: Vector[FiniteDistribution[Term]], names: Vector[(Term, String)] = Vector()): Unit
- val dummy: String
- def dummyData: () => String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContextExecutor
- val fdRoute: Route
- var fdVec: Vector[(String, String, Double)]
- val fdView: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getData(name: String): String
- def getText(name: String): String
- def getTimeSeries: List[(String, Vector[Double])]
- def getView(name: String): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val helloRoute: Route
- val htmlRoute: (RequestContext) => Future[RouteResult]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val katex: String
- def makePage(divs: String): String
- def mixin(route: Route): Route
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var otherRoutes: Option[Route]
- val pingQueue: Source[Unit, SourceQueueWithComplete[Unit]]
- val resourceRoute: (RequestContext) => Future[RouteResult]
- val route: Route
- def showData(name: String, dataVal: () => String): Unit
- def showDist[U <: Term with Subs[U]](fd: FiniteDistribution[U], names: Vector[(Term, String)]): Unit
- def showDummy: Unit
- def showFDs[U <: Term with Subs[U]](fds: Vector[FiniteDistribution[U]], terms: Set[U], typs: Set[Typ[Term]], names: Vector[(Term, String)]): Unit
- def showText(name: String, data: String): Unit
- def showTimeSeries[U <: Term with Subs[U]](term: U, ts: Vector[Double], names: Vector[(Term, String)]): Unit
- def showView(name: String, data: String): Unit
- def stop: Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val termsView: String
- val textRoute: (RequestContext) => Future[RouteResult]
- val timeSeries: Map[String, Vector[Double]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- val typTimeSeries: Map[String, Vector[Double]]
- val viewTerms: Set[Term]
- val viewTypes: Set[Typ[Term]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated