Currently supported on master:
JsonRpcClientJavaNet: HTTP using java.net.http.HttpClient
JsonRpcClientHttpUrlConnection: HTTP using java.net.HttpURLConnection (to be deprecated?)
PRs:
To be implemented:
- TCP (for Electrum Protocol, etc)
- REST (for CLN Rest protocol)
- WebSocket (for Minecraft etc)
Currently supported on
master:JsonRpcClientJavaNet: HTTP usingjava.net.http.HttpClientJsonRpcClientHttpUrlConnection: HTTP usingjava.net.HttpURLConnection(to be deprecated?)PRs:
To be implemented: