simplest possible POJO echo with netty
问题 How do I initiate an infinite loop between the client and server, to send and receive POJO PingPong objects between the client and server? When a connection is established, which seems to be happening, the client should send a PingPong , and the server should reply with a PingPong POJO as well. The client should (preferably) respond with another PingPong , creating an infinite loop. the server receives an object: BUILD SUCCESSFUL Total time: 2 seconds Jul 20, 2014 2:43:17 PM io.netty.handler