Package it.fi.meucci

Class App

java.lang.Object
it.fi.meucci.App

public class App extends Object
The main class used to launch the entire application.
  • Field Details

    • PORT

      public static final int PORT
      Port on which the server will be listening and writing
      See Also:
    • server

      public static Server server
      The server object
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Starts the server
      Parameters:
      args - command line arguments
      Throws:
      IOException - The server is unable to be started