Package | Description |
---|---|
com.smartfoxserver.v2.buddylist | |
com.smartfoxserver.v2.buddylist.storage |
Modifier and Type | Field and Description |
---|---|
protected BuddyStorage |
SFSBuddyListManager.buddyStorage |
Modifier and Type | Method and Description |
---|---|
BuddyStorage |
SFSBuddyListManager.getStorageHandler()
Get a reference to the instance of the BuddyStorage class, which handles the data persistence
|
BuddyStorage |
BuddyListManager.getStorageHandler()
Get a reference to the instance of the BuddyStorage class, which handles the data persistence
|
Modifier and Type | Method and Description |
---|---|
void |
SFSBuddyListManager.setStorageHandler(BuddyStorage buddyStorage) |
void |
BuddyListManager.setStorageHandler(BuddyStorage buddyStorage) |
Modifier and Type | Class and Description |
---|---|
class |
FSBuddyStorage
Default (file system based) BuddyStorage class
Stores each buddy list under the {SFS2X-folder}/data/buddylists/{Zonename}/{Username} folder
Where {Username} is the "encoded" version of the User name. |