Class ObjectEchoClientHandler

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

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