Java NIO (New I/O - for non-blocking operations)
-
Updated
Sep 29, 2019 - Java
Java NIO (New I/O - for non-blocking operations)
Blocking implementations of server using java.nio: single thread.
Blocking implementations of server using java.io and java.net: single thread, thread per connection, thread pool.
The old hangman game implemented on a multithreaded server
Add a description, image, and links to the blocking-sockets topic page so that developers can more easily learn about it.
To associate your repository with the blocking-sockets topic, visit your repo's landing page and select "manage topics."