Package com.smartfoxserver.api
Class APIManager
java.lang.Object
com.smartfoxserver.api.APIManager
- All Implemented Interfaces:
com.smartfoxserver.bitswarm.service.IService
Provides access to the standard server API
and the specialized API such as BuddyAPI, GameApi, MMOApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThe Buddy API to manage buddies and buddy listsThe advanced game API for match-making, invitations etc...API to create and manage MMORoomsgetName()The standard SFS API for ExtensionsvoidhandleMessage(Object msg) voidvoid
-
Constructor Details
-
APIManager
public APIManager()
-
-
Method Details
-
init
- Specified by:
initin interfacecom.smartfoxserver.bitswarm.service.IService
-
getSFSApi
The standard SFS API for Extensions -
getBuddyApi
The Buddy API to manage buddies and buddy lists -
getGameApi
The advanced game API for match-making, invitations etc... -
getMMOApi
API to create and manage MMORooms -
destroy
- Specified by:
destroyin interfacecom.smartfoxserver.bitswarm.service.IService
-
getName
- Specified by:
getNamein interfacecom.smartfoxserver.bitswarm.service.IService
-
handleMessage
- Specified by:
handleMessagein interfacecom.smartfoxserver.bitswarm.service.IService
-
setName
- Specified by:
setNamein interfacecom.smartfoxserver.bitswarm.service.IService
-