Stream()

DESCRIPTION

A Nabto Edge stream enables socket-like communication between client and device. The stream is reliable and ensures data is received ordered and complete. If either of these conditions cannot be met, the stream will be closed in such a way that it is detectable.

Stream instances are created using Connection.createStream(). The Stream object must be kept alive while in use.

See https://docs.nabto.com/developer/guides/get-started/streams/intro.html for info about Nabto Edge Streams.

DECLARATION

public class Stream