DirectivesService

class DirectivesService(    val policy: ServerPolicy,     val client: OkHttpClient,     observer: DeviceGatewayTransport)

Constructors

Link copied to clipboard
fun DirectivesService(    policy: ServerPolicy,     client: OkHttpClient,     observer: DeviceGatewayTransport)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun shutdown()

Properties

Link copied to clipboard
val client: OkHttpClient
Link copied to clipboard
val policy: ServerPolicy