public class DHTService
extends Service
Modifier and Type | Field and Description |
---|---|
static ChordDHT |
chord |
static FriendsModel |
friends |
static ProfileService |
profileService |
Constructor and Description |
---|
DHTService() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isRunning() |
IBinder |
onBind(Intent intent) |
void |
onCreate() |
void |
onDestroy() |
int |
onStartCommand(Intent intent,
int flags,
int startId) |
public static ChordDHT chord
public static ProfileService profileService
public static FriendsModel friends