ThreadNetwork

public final class ThreadNetwork extends Object

Entry point for Thread Network API.

Public Method Summary

static ThreadNetworkClient
getClient(Activity activity)
Creates a new instance of ThreadNetworkClient
static ThreadNetworkClient
getClient(Context context)
Creates a new instance of ThreadNetworkClient

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public static ThreadNetworkClient getClient (Activity activity)

Creates a new instance of ThreadNetworkClient

public static ThreadNetworkClient getClient (Context context)

Creates a new instance of ThreadNetworkClient