Package org.bitcoindevkit
Class Connection
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.ConnectionInterface
,org.bitcoindevkit.Disposable
public class Connection implements Disposable, AutoCloseable, ConnectionInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Connection.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Connection.Companion
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)
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
-
-
Constructor Detail
-
Connection
Connection(Pointer pointer)
-
Connection
Connection(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Connection
Connection(String path)
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
-
-
-