WebsocketGitPodServer

viz.websockets.WebsocketGitPodServer
object WebsocketGitPodServer extends MainRoutes

Attributes

Source
WebsocketGitPodServer.scala
Graph
Supertypes
class MainRoutes
trait Routes
class Main
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def home(): TypedTag[String]

Attributes

Source
WebsocketGitPodServer.scala
override def port: Int

Attributes

Definition Classes
Main
Source
WebsocketGitPodServer.scala
def recievedSpec(request: Request): Response[String]

Attributes

Source
WebsocketGitPodServer.scala
def setup(viz: String): WebsocketResult

Attributes

Source
WebsocketGitPodServer.scala

Inherited methods

def allRoutes: Seq[Routes]

Attributes

Inherited from:
MainRoutes
Source
Main.scala
def caskMetadata: RoutesEndpointsMetadata[Routes]

Attributes

Inherited from:
Routes
Source
Routes.scala
def createActorContext: Simple

Attributes

Inherited from:
Main
Source
Main.scala
def createExecutionContext: ExecutionContextExecutorService

Attributes

Inherited from:
Main
Source
Main.scala
def debugMode: Boolean

Attributes

Inherited from:
Main
Source
Main.scala
def decorators: Seq[Decorator[_, _, _]]

Attributes

Inherited from:
Routes
Source
Routes.scala
def defaultHandler: BlockingHandler

Attributes

Inherited from:
Main
Source
Main.scala
def dispatchTrie: DispatchTrie[Map[String, (Routes, EndpointMetadata[_])]]

Attributes

Inherited from:
Main
Source
Main.scala
def handleEndpointError(routes: Routes, metadata: EndpointMetadata[_], e: Error): Response[String]

Attributes

Inherited from:
Main
Source
Main.scala

Attributes

Inherited from:
Main
Source
Main.scala
def handleNotFound(): Raw

Attributes

Inherited from:
Main
Source
Main.scala
def host: String

Attributes

Inherited from:
Main
Source
Main.scala
def main(args: Array[String]): Unit

Attributes

Inherited from:
Main
Source
Main.scala
def mainDecorators: Seq[Decorator[_, _, _]]

Attributes

Inherited from:
Main
Source
Main.scala
def verbose: Boolean

Attributes

Inherited from:
Main
Source
Main.scala

Concrete fields

var channelCheat: Option[WebSocketChannel]

Attributes

Source
WebsocketGitPodServer.scala
lazy val conf: Config

Attributes

Source
WebsocketGitPodServer.scala
var firstTime: Boolean

Attributes

Source
WebsocketGitPodServer.scala
lazy val gitpod_address: String

Attributes

Source
WebsocketGitPodServer.scala
lazy val gitpod_postTo: String

Attributes

Source
WebsocketGitPodServer.scala
lazy val randomPort: Int

Attributes

Source
WebsocketGitPodServer.scala

Inherited fields

val executionContext: ExecutionContextExecutorService

Attributes

Inherited from:
Main
Source
Main.scala

Implicits

Inherited implicits

implicit val actorContext: Context

Attributes

Inherited from:
Main
Source
Main.scala
implicit def log: Logger

Attributes

Inherited from:
Main
Source
Main.scala