Package org.jgroups.demos
Class EchoServer
- java.lang.Object
 - 
- org.jgroups.demos.EchoServer
 
 
- 
public class EchoServer extends java.lang.ObjectSimple TCP server replying back to client with connection information (peer address etc)- Since:
 - 4.1.8
 - Author:
 - Bela Ban
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classEchoServer.ConnectionHandler 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected java.net.ServerSocketsrv_sockprotected java.util.concurrent.ExecutorServicethread_pool 
- 
Constructor Summary
Constructors Constructor Description EchoServer() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected voidstart(java.net.InetAddress bind_addr, int port) 
 -