class ApplicationConnectivity extends AnyRef
ApplicationCommunication defines a communication end-point for Communication instances. More than one can be defined in an application.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationConnectivity
- 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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val application: YouIApplication
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoConnect: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
macro
def
communication[C <: Communication]: CommunicationManager[C]
Creates a new CommunicationManager for the Communication trait defined.
Creates a new CommunicationManager for the Communication trait defined. This should be used to define a val in the shared application trait that will be utilized in both client and server.
- returns
CommunicationManager[C]
-
val
communicationManagers: Val[Set[CommunicationManager[_ <: Communication]]]
Listing of all communication managers attached.
-
val
connections: Val[Set[Connection]]
Listing of all active connections.
Listing of all active connections. On the client this will only ever have one entry.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val path: String
-
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
- @throws( ... )