Entry point for Thread Network API.
Public Method Summary
| static ThreadNetworkClient | 
                  
                  getClient(Activity
                  activity)
                   
                    This method is deprecated. use  
                    getNetworkClient(Activity, ThreadNetworkClientOptions)instead | 
| static ThreadNetworkClient | 
                  
                  getClient(Context
                  context)
                   
                    This method is deprecated. use  
                    getNetworkClient(Context, ThreadNetworkClientOptions)instead | 
| static ThreadNetworkClient | 
                  
                  getNetworkClient(Context
                  context, 
                  ThreadNetworkClientOptions options)
                   
                    Creates a new instance of  
                    ThreadNetworkClientwith options. | 
| static ThreadNetworkClient | 
                  
                  getNetworkClient(Activity
                  activity, 
                  ThreadNetworkClientOptions options)
                   
                    Creates a new instance of  
                    ThreadNetworkClientwith options. | 
| static ThreadNetworkClient | |
| static ThreadNetworkClient | 
Inherited Method Summary
Public Methods
public static ThreadNetworkClient getClient (Activity activity)
This method is deprecated.
          use 
          getNetworkClient(Activity, ThreadNetworkClientOptions) instead
Creates a new instance of ThreadNetworkClient.
public static ThreadNetworkClient getClient (Context context)
This method is deprecated.
          use 
          getNetworkClient(Context, ThreadNetworkClientOptions) instead
Creates a new instance of ThreadNetworkClient.
public static ThreadNetworkClient getNetworkClient (Context context, ThreadNetworkClientOptions options)
Creates a new instance of ThreadNetworkClient
            with options.
public static ThreadNetworkClient getNetworkClient (Activity activity, ThreadNetworkClientOptions options)
Creates a new instance of ThreadNetworkClient
            with options.
public static ThreadNetworkClient getNetworkClient (Context context)
Creates a new instance of ThreadNetworkClient.
public static ThreadNetworkClient getNetworkClient (Activity activity)
Creates a new instance of ThreadNetworkClient.