NabtoClient()

DESCRIPTION

This class is the Nabto Edge Client SDK main entry point.

It allows you to create private keys to use to open a connection. And to create the actual connection object used to start interaction with a Nabto Edge embedded device. The Client object must be kept alive for the duration of all connections created from it.

DECLARATION

public abstract class NabtoClient implements AutoCloseable