Package org.web3j.protocol.ipc
Class UnixIpcService
- java.lang.Object
-
- org.web3j.protocol.Service
-
- org.web3j.protocol.ipc.IpcService
-
- org.web3j.protocol.ipc.UnixIpcService
-
- All Implemented Interfaces:
Web3jService
public class UnixIpcService extends IpcService
Unix domain socket implementation of our services API.
-
-
Field Summary
-
Fields inherited from class org.web3j.protocol.Service
objectMapper
-
-
Constructor Summary
Constructors Constructor Description UnixIpcService(java.lang.String ipcSocketPath)
UnixIpcService(java.lang.String ipcSocketPath, boolean includeRawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IOFacade
getIO()
-
Methods inherited from class org.web3j.protocol.ipc.IpcService
close, performIO
-
-
-
-
Method Detail
-
getIO
protected IOFacade getIO()
- Overrides:
getIO
in classIpcService
-
-