WebsocketGitPodServer

viz.websockets.WebsocketGitPodServer
object WebsocketGitPodServer extends MainRoutes

Attributes

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]
override def port: Int

Attributes

Definition Classes
Main
def recievedSpec(request: Request): Response[String]
def setup(viz: String): WebsocketResult

Inherited methods

def allRoutes: Seq[Routes]

Attributes

Inherited from:
MainRoutes
def caskMetadata: RoutesEndpointsMetadata[Routes.this.type]

Attributes

Inherited from:
Routes
def createActorContext: Simple

Attributes

Inherited from:
Main
def createExecutionContext: ExecutionContextExecutorService

Attributes

Inherited from:
Main
def debugMode: Boolean

Attributes

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

Attributes

Inherited from:
Routes
def defaultHandler: BlockingHandler

Attributes

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

Attributes

Inherited from:
Main
def handleEndpointError(routes: Routes, metadata: EndpointMetadata[_], e: Error, req: Request): Raw

Attributes

Inherited from:
Main
def handleMethodNotAllowed(req: Request): Raw

Attributes

Inherited from:
Main
def handleNotFound(req: Request): Raw

Attributes

Inherited from:
Main
def host: String

Attributes

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

Attributes

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

Attributes

Inherited from:
Main
def verbose: Boolean

Attributes

Inherited from:
Main

Concrete fields

var channelCheat: Option[WebSocketChannel]
lazy val conf: Config
var firstTime: Boolean
lazy val gitpod_address: String
lazy val gitpod_postTo: String
lazy val randomPort: Int

Inherited fields

val executionContext: ExecutionContextExecutorService

Attributes

Inherited from:
Main

Implicits

Inherited implicits

implicit val actorContext: Context

Attributes

Inherited from:
Main
implicit def log: Logger

Attributes

Inherited from:
Main