Package org.iota.apis
Class NativeApi
- java.lang.Object
-
- org.iota.apis.NativeApi
-
- Direct Known Subclasses:
Client
public abstract class NativeApi extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNativeApi(ClientConfig clientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddestroyHandle()protected com.google.gson.JsonElementsendCommand(ClientCommand command)
-
-
-
Constructor Detail
-
NativeApi
protected NativeApi(ClientConfig clientConfig) throws InitializeClientException
- Throws:
InitializeClientException
-
-
Method Detail
-
destroyHandle
protected void destroyHandle()
-
sendCommand
protected com.google.gson.JsonElement sendCommand(ClientCommand command) throws ClientException
- Throws:
ClientException
-
-