Java Networking
This will describe several simple Java networking clients. This code is
mainly developed for self studying so please keep in mind do not run these samples in productions
systems!
- Simple scanner: a simple client
application which scans a server or workstation for open ports from 1 -
65536. There will be presented many versions of the scanner
application: single threaded, multi-threaded and NIO.