Package io.sisu.nng

Class TlsConfig


  • public class TlsConfig
    extends java.lang.Object
    A configuration for TLS-enabled transport.

    Given nng_tls_config objects are meant to be shared and reused for multiple sockets, we'll need a design to deal with the fact nng does ref counting for these objects.