Package naga.examples
Class Rot13Server
java.lang.Object
naga.examples.Rot13Server
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
-
Method Details
-
main
Runs the rot13 server.- Parameters:
args
- command line arguments, assumed to be a 1 length string containing a port.
-