Package org.web3j.protocol.ipc
Class WindowsIpcService
- java.lang.Object
-
- org.web3j.protocol.Service
-
- org.web3j.protocol.ipc.IpcService
-
- org.web3j.protocol.ipc.WindowsIpcService
-
- All Implemented Interfaces:
Web3jService
public class WindowsIpcService extends IpcService
Windows named pipe implementation of our services API.This implementation is experimental.
-
-
Field Summary
-
Fields inherited from class org.web3j.protocol.Service
objectMapper
-
-
Constructor Summary
Constructors Constructor Description WindowsIpcService(java.lang.String ipcSocketPath)
WindowsIpcService(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
-
-