object ServerExampleApplication extends ExampleApplication with ServerApplication
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerExampleApplication
- ServerApplication
- Server
- HttpHandler
- Ordered
- Comparable
- ExampleApplication
- YouIApplication
- CacheImplementation
- ErrorSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<(that: HttpHandler): Boolean
- Definition Classes
- Ordered
-
def
<=(that: HttpHandler): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: HttpHandler): Boolean
- Definition Classes
- Ordered
-
def
>=(that: HttpHandler): Boolean
- Definition Classes
- Ordered
-
def
addTemplate(lookup: (String) ⇒ Option[Content], mappings: Set[(HttpConnection) ⇒ Option[Content]], excludeDotHTML: Boolean, deltas: List[Delta], includeApplication: (URL) ⇒ Boolean): HttpHandler
- Definition Classes
- ServerApplication
-
def
applicationBasePath: String
- Attributes
- protected
- Definition Classes
- ServerExampleApplication → ServerApplication
-
def
applicationJSBasePath: String
- Attributes
- protected
- Definition Classes
- ServerExampleApplication → ServerApplication
-
lazy val
applicationJSContent: Content
- Definition Classes
- ServerApplication
-
lazy val
applicationJSDepsContent: Option[Content]
- Definition Classes
- ServerApplication
-
def
applicationJSDepsPath: String
- Definition Classes
- ServerApplication
-
lazy val
applicationJSMapContent: Content
- Definition Classes
- ServerApplication
-
def
applicationJSMapPath: String
- Definition Classes
- ServerApplication
-
def
applicationJSPath: String
- Definition Classes
- ServerApplication
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
cacheDirectory: Var[File]
- Definition Classes
- ServerApplication
-
def
cached(url: URL): String
- Definition Classes
- ServerApplication → CacheImplementation
-
val
cancellable: Option[Cancellable]
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
compare(that: HttpHandler): Int
- Definition Classes
- HttpHandler → Ordered
-
def
compareTo(that: HttpHandler): Int
- Definition Classes
- Ordered → Comparable
-
val
config: ServerConfig
- Definition Classes
- Server
-
val
connected: Channel[Connection]
- Definition Classes
- ServerApplication
-
val
connectivity: ApplicationConnectivity
- Definition Classes
- YouIApplication
-
val
connectivityEntries: Var[Set[ApplicationConnectivity]]
- Definition Classes
- YouIApplication
-
def
createConnectivity(path: String, autoConnect: Boolean): ApplicationConnectivity
- Definition Classes
- YouIApplication
-
val
disconnected: Channel[Connection]
- Definition Classes
- ServerApplication
-
def
dispose(): Unit
- Definition Classes
- ServerApplication → Server
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(t: Throwable): Unit
- Definition Classes
- ErrorSupport
-
val
errorHandler: Var[ErrorHandler]
- Definition Classes
- Server
-
def
errorInfo(error: JavaScriptError, httpConnection: HttpConnection): Map[String, String]
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
errorSupport[R](f: ⇒ R): R
- Definition Classes
- ErrorSupport
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val generalPages: Page
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
handle(connection: HttpConnection): Future[HttpConnection]
- Definition Classes
- Server → HttpHandler
-
def
handleInternal(connection: HttpConnection): Future[HttpConnection]
- Attributes
- protected
- Definition Classes
- ServerApplication → Server
-
val
handler: HttpHandlerBuilder
- Definition Classes
- Server
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hookup: HookupServer[ExampleHookup]
-
lazy val
implementation: ServerImplementation
- Attributes
- protected
- Definition Classes
- Server
-
def
init(): Future[Unit]
- Attributes
- protected
- Definition Classes
- ServerExampleApplication → ServerApplication → Server
-
def
isClient: Boolean
- Definition Classes
- ServerApplication → YouIApplication
-
def
isInitialized: Boolean
- Definition Classes
- Server
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRunning: Boolean
- Definition Classes
- Server
-
def
isServer: Boolean
- Definition Classes
- ServerApplication → YouIApplication
-
def
logJavaScriptErrors: Boolean
- Attributes
- protected
- Definition Classes
- YouIApplication
-
def
logJavaScriptException(exception: JavaScriptException): Boolean
- Attributes
- protected
- Definition Classes
- ServerApplication
-
val
logPath: String
- Attributes
- protected
- Definition Classes
- YouIApplication
-
def
main(args: Array[String]): Unit
- Definition Classes
- ServerApplication
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
page(page: Page): Page
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
priority: Priority
- Definition Classes
- HttpHandler
-
def
responseMap(httpConnection: HttpConnection): Map[String, String]
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
restart(): Unit
- Definition Classes
- Server
- val restfulHookup: RestfulHookup[ExampleHookup]
-
def
scriptPaths: List[String]
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
serveHTML(httpConnection: HttpConnection, content: Content, deltas: List[Delta], includeApplication: Boolean): Future[HttpConnection]
- Definition Classes
- ServerApplication
-
def
start(): Future[Unit]
- Definition Classes
- Server
-
def
stop(): Unit
- Definition Classes
- Server
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
object
handlers extends ItemContainer[HttpHandler]
- Definition Classes
- Server
-
object
proxies extends ItemContainer[ProxyHandler]
- Definition Classes
- Server