Uses of Class
org.newsclub.net.unix.server.SocketServer
Packages that use SocketServer
-
Uses of SocketServer in org.newsclub.net.unix.demo.server
Subclasses of SocketServer in org.newsclub.net.unix.demo.serverModifier and TypeClassDescriptionfinal classA multi-threaded unix socket server that implements a TCP-style character generator compliant with RFC864.final classA multi-threaded unix socket server that simply echoes all input, byte per byte.final classA multi-threaded unix socket server that simply reads all input, byte per byte, not doing anything else with it.final classA multi-threaded unix socket server that simply reads all input, byte per byte, not doing anything else with it.final classA multi-threaded unix socket server that simply writes null-bytes, and does not attempt to read anything. -
Uses of SocketServer in org.newsclub.net.unix.server
Subclasses of SocketServer in org.newsclub.net.unix.serverModifier and TypeClassDescriptionclassAFSocketServer<A extends AFSocketAddress>A base implementation for a simple, multi-threaded socket server usingAFSockets.classDeprecated.
SocketServerorAFSocketServer