Class Connection

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Connection.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      Connection(Pointer pointer)
      Connection(NoPointer noPointer) This constructor can be used to instantiate a fake object.
      Connection(String path)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit destroy()
      Unit close()
      final Pointer uniffiClonePointer()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Connection

        Connection(Pointer pointer)
      • Connection

        Connection(NoPointer noPointer)
        This constructor can be used to instantiate a fake object.
      • Connection

        Connection(String path)