Uses of Package
org.jogre.server

Packages that use org.jogre.server
org.jogre.server This package contains server specific classes. 
 

Classes in org.jogre.server used by org.jogre.server
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.