summaryrefslogtreecommitdiff
path: root/jsonrpc/src/main/java/com/orbekk/same/ConnectionManagerImpl.java
AgeCommit message (Collapse)Author
2012-01-11Continue SameService implementation.Kjetil Ørbekk
- Implement ConnectionManager. - SameService now calls notifyParticipation() when a client tries to join. - Add client ids – this may or may not be a good idea. - Refactor App and Client code.
2012-01-10Add ConnectionManager interface.Kjetil Ørbekk
The ConnectionManager will be used by SameState to communicate with other participants.