Class WindowsIpcService

  • All Implemented Interfaces:
    Web3jService

    public class WindowsIpcService
    extends IpcService
    Windows named pipe implementation of our services API.

    This implementation is experimental.

    • Constructor Detail

      • WindowsIpcService

        public WindowsIpcService​(java.lang.String ipcSocketPath)
      • WindowsIpcService

        public WindowsIpcService​(java.lang.String ipcSocketPath,
                                 boolean includeRawResponse)