Packages

class CPGQLServer extends MainRoutes

Linear Supertypes
MainRoutes, Routes, Main, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CPGQLServer
  2. MainRoutes
  3. Routes
  4. Main
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CPGQLServer(ammonite: EmbeddedAmmonite, serverHost: String, serverPort: Int, serverAuthUsername: String = "", serverAuthPassword: String = "")

Type Members

  1. class basicAuth extends Annotation with RawDecorator

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. implicit val actorContext: Context
    Definition Classes
    Main
  5. def allRoutes: Seq[MainRoutes]
    Definition Classes
    MainRoutes → Main
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def caskMetadata: RoutesEndpointsMetadata[CPGQLServer.this.type]
    Definition Classes
    Routes
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def createActorContext: Simple
    Definition Classes
    Main
  10. def createExecutionContext: ExecutionContextExecutorService
    Definition Classes
    Main
  11. def debugMode: Boolean
    Definition Classes
    Main
  12. def decorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Routes
  13. def defaultHandler: BlockingHandler
    Definition Classes
    Main
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val executionContext: ExecutionContextExecutorService
    Definition Classes
    Main
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getResult(uuidParam: String)(isAuthorized: Boolean): Response[Obj]
    Annotations
    @basicAuth() @get("/result/:uuidParam", endpoints.this.get.<init>$default$2)
  19. def handleEndpointError(routes: Routes, metadata: EndpointMetadata[_], e: Error): Response[String]
    Definition Classes
    Main
  20. def handleNotFound(): Raw
    Definition Classes
    Main
  21. def handler(): WebsocketResult
    Annotations
    @websocket("/connect", endpoints.this.websocket.<init>$default$2)
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def host: String
    Definition Classes
    CPGQLServer → Main
  24. def initialize()(implicit routes: RoutesEndpointsMetadata[CPGQLServer.this.type]): Unit
    Attributes
    protected[this]
    Definition Classes
    Routes
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. implicit def log: Logger
    Definition Classes
    Main
  27. def main(args: Array[String]): Unit
    Definition Classes
    Main
  28. def mainDecorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Main
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. var openConnections: Set[WsChannelActor]
  33. def port: Int
    Definition Classes
    CPGQLServer → Main
  34. def postQuery(query: String)(isAuthorized: Boolean): Response[Obj]
    Annotations
    @basicAuth() @postJson("/query", endpoints.this.postJson.<init>$default$2)
  35. val resultMap: ConcurrentHashMap[UUID, (QueryResult, Boolean)]
  36. def routeTries: Map[String, DispatchTrie[(Routes, EndpointMetadata[_])]]
    Definition Classes
    Main
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val unauthorizedResponse: Response[Obj]
  40. def verbose: Boolean
    Definition Classes
    Main
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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 MainRoutes

Inherited from Routes

Inherited from Main

Inherited from AnyRef

Inherited from Any

Ungrouped