Uses of Interface
marauroa.server.net.INetworkServerManager
Packages that use INetworkServerManager
Package
Description
The server package contains all the classes that are only relevant to Server handling.
The package stores the game related code: glue logic and RP system framework.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Network communication.
This package handles flood detection.
The package stores the TCP implementation of a network server manager.
-
Uses of INetworkServerManager in marauroa.server
Methods in marauroa.server that return INetworkServerManager -
Uses of INetworkServerManager in marauroa.server.game
Constructors in marauroa.server.game with parameters of type INetworkServerManagerModifierConstructorDescriptionGameServerManager(RSAKey key, INetworkServerManager netMan, RPServerManager rpMan)
Constructor that initialize also the RPManager -
Uses of INetworkServerManager in marauroa.server.game.messagehandler
Methods in marauroa.server.game.messagehandler with parameters of type INetworkServerManagerModifier and TypeMethodDescriptionvoid
MessageDispatcher.init(INetworkServerManager netMan, RPServerManager rpMan, PlayerEntryContainer playerContainer, Statistics stats, RSAKey key)
Initializes the MessageHandlersConstructors in marauroa.server.game.messagehandler with parameters of type INetworkServerManagerModifierConstructorDescriptionSendCharacterListHandler(INetworkServerManager netMan, int protocolVersion)
creates a new SendCharacterListhHandler -
Uses of INetworkServerManager in marauroa.server.game.rp
Constructors in marauroa.server.game.rp with parameters of type INetworkServerManager -
Uses of INetworkServerManager in marauroa.server.net
Classes in marauroa.server.net that implement INetworkServerManagerModifier and TypeClassDescriptionclass
This is the implementation of a worker that sends messages, receives them, ... -
Uses of INetworkServerManager in marauroa.server.net.flood
Constructors in marauroa.server.net.flood with parameters of type INetworkServerManagerModifierConstructorDescriptionFloodValidator(INetworkServerManager netMan, IFloodCheck check)
Constructor -
Uses of INetworkServerManager in marauroa.server.net.nio
Constructors in marauroa.server.net.nio with parameters of type INetworkServerManagerModifierConstructorDescriptionFloodCheck(INetworkServerManager netMan)
creates a new FloodChecker