| Class | Description |
|---|---|
| EchoClient |
A TCP "Hello World" example that sends a string "Hello World!" to the target server and expects an echo response.
|
| EchoServer |
A TCP echo server that echoes all input it receives on any connection, after prepending the input with a fixed
string.
|