Package org.web3j.protocol.ipc
Class IpcService
java.lang.Object
org.web3j.protocol.Service
org.web3j.protocol.ipc.IpcService
- All Implemented Interfaces:
Web3jService
- Direct Known Subclasses:
UnixIpcService,WindowsIpcService
Ipc service implementation.
-
Field Summary
Fields inherited from class org.web3j.protocol.Service
objectMapper -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IpcService
public IpcService(boolean includeRawResponses) -
IpcService
public IpcService()
-
-
Method Details
-
getIO
-
performIO
- Specified by:
performIOin classService- Throws:
IOException
-
close
Description copied from interface:Web3jServiceCloses resources used by the service.- Throws:
IOException- thrown if a service failed to close all resources
-