Package naga.examples
Class Rot13Server
- java.lang.Object
-
- naga.examples.Rot13Server
-
public class Rot13Server extends java.lang.ObjectCreates a Rot13Server that takes a line of text and returns the Rot13 version of the text.Run using
java naga.examples.Rot13Server [port].- Author:
- Christoffer Lerno
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)Runs the rot13 server.
-