类 | 说明 |
---|---|
ByteEchoClient |
UDT Byte Stream Client
Sends one message when a connection is open and echoes back any received data
to the server.
|
ByteEchoClientHandler |
Handler implementation for the echo client.
|
ByteEchoServer |
UDT Byte Stream Server
Echoes back any received data from a client.
|
ByteEchoServerHandler |
Handler implementation for the echo server.
|