Package org.jboss.netty.example.echo
Class EchoServer
- java.lang.Object
-
- org.jboss.netty.example.echo.EchoServer
-
public final class EchoServer extends java.lang.Object
Echoes back any received data from a client.
-
-
Constructor Summary
Constructors Constructor Description EchoServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-