Uses of Interface
marauroa.server.game.messagehandler.DelayedEventHandler
Packages that use DelayedEventHandler
Package
Description
The package stores the connection validator.
-
Uses of DelayedEventHandler in marauroa.server.auth
Methods in marauroa.server.auth with parameters of type DelayedEventHandlerModifier and TypeMethodDescriptionvoid
AuthenticationManager.verify(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Verify that a player is whom he/she says it is.void
DatabaseAuthenticationManager.verify(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Verify that a player is whom he/she says it is. -
Uses of DelayedEventHandler in marauroa.server.game.dbcommand
Fields in marauroa.server.game.dbcommand declared as DelayedEventHandlerModifier and TypeFieldDescriptionprotected DelayedEventHandler
DBCommandWithCallback.callback
a handler that will be informed about the resultConstructors in marauroa.server.game.dbcommand with parameters of type DelayedEventHandlerModifierConstructorDescriptionprotected
DBCommandWithCallback(DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Creates a new LoadCharacterCommandLoadActiveCharacterCommand(String username, String character, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Creates a new LoadCharacterCommandLoadAllActiveCharactersCommand(String username, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Creates a new LoadCharacterCommandLoadAllCharactersCommand(String username, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Creates a new LoadCharacterCommandLoadBanListCommand(DelayedEventHandler callback)
Creates a new LoadBanListCommandLoadCharacterCommand(String username, String character, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
Creates a new LoadCharacterCommandLoginCommand(SecuredLoginInfo info, DelayedEventHandler callback, int clientid, Channel channel, int protocolVersion)
creates a new LoginCommand. -
Uses of DelayedEventHandler in marauroa.server.game.messagehandler
Classes in marauroa.server.game.messagehandler that implement DelayedEventHandlerModifier and TypeClassDescriptionclass
disconnects a player and removes the character from the world.class
sends the character list to the clientMethods in marauroa.server.game.messagehandler with parameters of type DelayedEventHandlerModifier and TypeMethodDescriptionvoid
DelayedEventHandlerThread.addDelayedEvent(DelayedEventHandler handler, Object data)
adds a delayed event for processing. -
Uses of DelayedEventHandler in marauroa.server.net.validator
Classes in marauroa.server.net.validator that implement DelayedEventHandlerModifier and TypeClassDescriptionclass
The ConnectionValidator validates the ariving connections, currently it can only check if the address is banned.