Package io.sisu.nng.internal
Class TlsConfigByReference
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.ptr.ByReference
-
- io.sisu.nng.internal.NngPointerByReference
-
- io.sisu.nng.internal.TlsConfigByReference
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class TlsConfigByReference extends NngPointerByReference
-
-
Constructor Summary
Constructors Constructor Description TlsConfigByReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TlsConfigPointer
getTlsConfig()
-
Methods inherited from class io.sisu.nng.internal.NngPointerByReference
getValue, setValue
-
-
-
-
Method Detail
-
getTlsConfig
public TlsConfigPointer getTlsConfig()
-
-