| Interface | Description |
|---|---|
| IOFacade |
Simple IO facade for the *nix and Windows IPC implementations.
|
| Class | Description |
|---|---|
| IpcService |
Ipc service implementation.
|
| UnixDomainSocket |
Unix domain socket IO implementation for IPC.
|
| UnixIpcService |
Unix domain socket implementation of our services API.
|
| WindowsIpcService |
Windows named pipe implementation of our services API.
|
| WindowsNamedPipe |
Windows named pipe IO implementation for IPC.
|