Class Server

java.lang.Object
org.collebol.server.Server
All Implemented Interfaces:
AutoCloseable

public abstract class Server extends Object implements AutoCloseable
This is the server side of the EJGEngine project. This is the base of an external server socket. You can use this for example to make a multiplayer option to run a part of the game external.

This class is responsible for setting up and running the server.

Since:
1.0-dev
Author:
ColleBol - contact@collebol.org