Uses of Package
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.
-
ClassDescriptionThe 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. -
ClassDescriptionThis 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.