Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

A high level Connection Provider allowing multiple different protocols and connection types to be used by the same system with minimal complexity.

Goal and usage

How to?

Initialize a default Provider for Nexo

// The provider requires an InputStream on the SSL certificates that can be used by the connection provider
InputStream caFileStream = getAssets().open("nexoCaFile.pem");

// Instanciates a default provider with Nexo functionality
UnifiedConnectionProvider transmitProvider = UnifiedConnectionProvider.DefaultNexoProvider(caFileStream);

  • No labels