saltyrtc / saltyrtc-client-java

SaltyRTC Java implementation.
Apache License 2.0
3 stars 4 forks source link

Implement dynamic server endpoints (#50) #53

Closed dbrgn closed 7 years ago

dbrgn commented 7 years ago

@lgrahl @sillych what do you think?

Fixes #50.

dbrgn commented 7 years ago

Note: I chose not to throw any exceptions in the getXxx methods. Operations that might throw should be done in the constructor or outside the class.