SimpleServerClient
SimpleServerClient copied to clipboard
Offers very simple and easy-to-use Java classes for Client-Server-Client or just Server-Client applications doing all the work for connection setup, reconnection, timeout, keep-alive, etc. in the back...
Probably I will refactor Client.java too, but atm I don't have enough time. Please stick more to the Google Styleguide to make the code cleaner, more readable and better.
Is it possible to use a PKCS12 keystore for SSL? I have some problems generating the java standard JKS keystores and I get warnings if I do so.
e.g. `registerMethod("Ping",this::myPingHandler);` _This Feature is Java 8 only_
Damit die unbefugte Entschlüsselung möglichst schwierig wird, muss der Generator g so gewählt werden, dass sie ein Primitivwurzel zum Modul p ist, das heißt ein Erzeuger der Gruppe Z*p; [Internet-Quelle](https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch#.E2.80.9EGenerator.E2.80.9C_g);...