the application this is associated with
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.
CommunicationManager[C]
Listing of all communication managers attached.
Listing of all active connections.
Listing of all active connections. On the client this will only ever have one entry.
the absolute path to establish or listen for web socket communication.
the absolute path to establish or listen for web socket communication. Defaults to "/communication"
ApplicationCommunication defines a communication end-point for Communication instances. More than one can be defined in an application.