Package server

Class Server

java.lang.Object
server.Server

public class Server extends Object
This class creates and starts the Database connection, Http server and Websocket server.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor added to prevent javadoc warning
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    This class creates and starts the Database connection, Http server and Websocket server.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Server

      public Server()
      Constructor added to prevent javadoc warning
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      This class creates and starts the Database connection, Http server and Websocket server.
      Parameters:
      args - Input arguments
      Throws:
      IOException - Exceptions that could be thrown