Package org.jogre.server

This package contains server specific classes.

See:
          Description

Class Summary
Connection Connection class which holds a link to a ServerConnectionThread, lastAccessTime etc.
ConnectionList List of Connection objects.
JogreServer This abstract class is extended to create a server which is then executed using its run() method.
ServerConnectionThread Every time a client connections to a JogreServer this class (which extends Thread) is run.
 

Package org.jogre.server Description

This package contains server specific classes. Each server for a game must extend JogreServer and ServerConnectionThread.