public final class MsgEchoClient
extends java.lang.Object
Sends one message when a connection is open and echoes back any received data to the server. Simply put, the echo client initiates the ping-pong traffic between the echo client and server by sending the first message to the server.
| 构造器和说明 |
|---|
MsgEchoClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
main(java.lang.String[] args) |