public class Internals
extends java.lang.Object
Constructor and Description |
---|
Internals() |
Modifier and Type | Method and Description |
---|---|
static void |
disableSupportActiveConnection(SinchClient client) |
static void |
enableSupportActiveConnection(SinchClient client) |
static void |
terminateForcefully(SinchClient client)
Terminates SinchClient forcefully (in contrast to
SinchClient.terminateGracefully()
This will instantly release all internal resources, and it will NOT
allow any pending tasks (e.g. |
public static void terminateForcefully(SinchClient client)
SinchClient.terminateGracefully()
This will instantly release all internal resources, and it will NOT
allow any pending tasks (e.g. HTTP requests that are still in flight) to complete.client
- reference to Sinch Client, when API is finalized, this reference is to be removed.public static void enableSupportActiveConnection(SinchClient client)
public static void disableSupportActiveConnection(SinchClient client)
Copyright 2016, Sinch AB