Package jrpc.clightning.service.socket
Class CLightningSocket
- java.lang.Object
-
- jrpc.service.socket.UnixDomainSocketRpc
-
- jrpc.clightning.service.socket.CLightningSocket
-
- All Implemented Interfaces:
ISocket
public class CLightningSocket extends UnixDomainSocketRpc
-
-
Field Summary
-
Fields inherited from class jrpc.service.socket.UnixDomainSocketRpc
converterJson, ENCODING, socketFile
-
-
Constructor Summary
Constructors Constructor Description CLightningSocket()
CLightningSocket(java.lang.String pathSocket)
-
Method Summary
-
Methods inherited from class jrpc.service.socket.UnixDomainSocketRpc
close, doCall, doRawCall, getReceiveBufferSize, isOpen, makeCall, makeCall
-
-
-
-
Constructor Detail
-
CLightningSocket
public CLightningSocket(java.lang.String pathSocket) throws ServiceException
- Throws:
ServiceException
-
CLightningSocket
public CLightningSocket() throws ServiceException
- Throws:
ServiceException
-
-