Package naga.examples
Class Rot13Server
- java.lang.Object
-
- naga.examples.Rot13Server
-
public class Rot13Server extends java.lang.Object
Creates 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 void
main(java.lang.String... args)
Runs the rot13 server.
-