Package org.newsclub.net.unix.demo.server


package org.newsclub.net.unix.demo.server
  • Classes
    Class
    Description
    A 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 SocketServer demos from the command line.
    A multi-threaded unix socket server that simply writes null-bytes, and does not attempt to read anything.