Packages

package app

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package screen
  2. package sourceMap

Type Members

  1. trait ClientApplication extends YouIApplication with ScreenManager
  2. trait ClientConnectedApplication[C <: Connection] extends ClientApplication with YouIConnectedApplication[C]
  3. sealed trait ConnectCommunication extends AnyRef
  4. sealed trait ReconnectStrategy extends AnyRef
  5. trait YouIApplication extends ErrorSupport with CacheImplementation

    Base trait to define shared client and server information.

    Base trait to define shared client and server information. This trait must be extended in the shared code as a trait and implemented in both client and server implementations.

  6. trait YouIConnectedApplication[C <: Connection] extends YouIApplication

Ungrouped