Releases: jibini-net/java-networking
java-networking1.1.0
Along with all the basic functionality of the previous versions, this release not has the ability to stop servers after they have initially been started. Once stopped, a server may not be able to restart without being recreated (although this may change in the future). Connections also ping each other every half second and automatically disconnect after two seconds without a detected ping.
java-networking1.0.0
Contains basic functionality including servers, clients, packets, listeners, and local client discovery via multicast. This library allows for easier communication via packets in Java. Currently once a server (including regular servers, reception servers, sub-servers, hearts, and beat listeners) is started, it cannot be stopped. There is no protection included against the other end of a stream being closed.