|
Class Summary |
| EchoServer |
This is a base class for easy server sockets:
1. extend this class (MyServer, with default port or something for the constructor)
2. override the handleConnection(Socket socket, BufferedReader reader, PrintWriter writer)
3. |
| ReaderInputStream |
Adapts a Reader as an InputStream. |
| TeeOutputStream |
This class mirrors output between two streams. |
| TeeWriter |
This class mirrors output between two writers. |
| XmlWriter |
XmlWriter
derived from / inspired on / extended from / API compatible with http://code.google.com/p/osjava/wiki/XmlWriter
Only this implementation has a few problems, like no XMLNS support on nodes and some issues with the ttty printer. |