Channel
Specific instance of a communication path between two or more Clients within a given Session
Channels are created within given Session
- channel reliability
- message order
Joining modes
- Read only
- Write only
- Read & Write
All Clients connected to given channel will receive Data objects sent on that Channel
Any Client that possesses an object reference to a Channel can send Data objects on the given Channel