Package naga.examples

Class Rot13Server

java.lang.Object
naga.examples.Rot13Server

public class Rot13Server extends 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 Details

    • main

      public static void main(String... args)
      Runs the rot13 server.
      Parameters:
      args - command line arguments, assumed to be a 1 length string containing a port.