Uses of Package
marauroa.server

Packages that use marauroa.server
Package
Description
The server package contains all the classes that are only relevant to Server handling.
This package contains the classes that store information about players connected to server.
  • Classes in marauroa.server used by marauroa.server
    Class
    Description
    The launcher of the whole Marauroa Server.
    Marauroa is an arianne server application with an TCP transport.
    Marauroa works by loading core class from your game server.
  • Class
    Description
    This class is a Reader/Writters lock A Reader Writer Lock is a synchronization mechanism allowing access to data.
    It allows multiple threads to read the data simultaneously, but only one thread at a time to update it.