|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnaga.examples.Rot13Server
public class Rot13Server
Creates a Rot13Server that takes a line of text and returns the Rot13 version of the text.
Run usingjava naga.examples.Rot13Server [port].
| Method Summary | |
|---|---|
static void |
main(java.lang.String... args)
Runs the rot13 server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String... args)
args - command line arguments, assumed to be a 1 length string containing a port.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||