object ServerExampleApplication extends UndertowServer with ExampleApplication with ServerApplication
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerExampleApplication
- ServerApplication
- ExampleApplication
- YouIApplication
- CacheImplementation
- UndertowServer
- Server
- ErrorSupport
- HttpHandler
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @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: State[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
-
def
errorInfo(error: JavaScriptError, httpConnection: HttpConnection): Map[String, String]
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
errorSupport[R](f: ⇒ R): R
- Definition Classes
- ErrorSupport
-
val
example: CommunicationManager[ExampleCommunication]
- Definition Classes
- ExampleApplication
-
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
-
def
handle(connection: HttpConnection): Unit
- Definition Classes
- Server → HttpHandler
-
val
handler: HttpHandlerBuilder
- Definition Classes
- Server
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
implementation: UndertowServerImplementation
- Attributes
- protected
- Definition Classes
- UndertowServer → Server
-
def
init(): Unit
- Attributes
- protected
- Definition Classes
- Server
-
def
isInitialized: Boolean
- Definition Classes
- Server
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRunning: Boolean
- Definition Classes
- Server
-
def
logJavaScriptErrors: Boolean
- Attributes
- protected
- Definition Classes
- YouIApplication
-
def
logJavaScriptException(exception: JavaScriptException): Boolean
- Attributes
- protected
- Definition Classes
- ServerApplication
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
page(page: Page): Page
- Attributes
- protected
- Definition Classes
- ServerApplication
-
def
priority: Priority
- Definition Classes
- HttpHandler
-
def
restart(): Unit
- Definition Classes
- Server
-
val
simple: CommunicationManager[SimpleCommunication]
- Definition Classes
- ExampleApplication
-
def
start(): 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
- val uiExamples: Page
-
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
- @throws( ... )