Package org.jboss.netty.example.echo
Class EchoClient
java.lang.Object
org.jboss.netty.example.echo.EchoClient
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SSL
static final boolean SSL -
HOST
-
PORT
static final int PORT -
SIZE
static final int SIZE
-
-
Constructor Details
-
EchoClient
public EchoClient()
-
-
Method Details
-
main
- Throws:
Exception
-