Package org.newsclub.net.unix.demo.server
package org.newsclub.net.unix.demo.server
-
ClassesClassDescriptionA multi-threaded unix socket server that implements a TCP-style character generator compliant with RFC864.A multi-threaded unix socket server that simply echoes all input, byte per byte.A multi-threaded unix socket server that simply reads all input, byte per byte, not doing anything else with it.A multi-threaded unix socket server that simply reads all input, byte per byte, not doing anything else with it.A demo program to configure and run several
SocketServerdemos from the command line.A multi-threaded unix socket server that simply writes null-bytes, and does not attempt to read anything.