Class EchoClientHandler

java.lang.Object
org.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.example.echo.EchoClientHandler
All Implemented Interfaces:
ChannelHandler, ChannelUpstreamHandler

public class EchoClientHandler extends SimpleChannelUpstreamHandler
Handler implementation for the echo client. It initiates the ping-pong traffic between the echo client and server by sending the first message to the server.