Package org.web3j.protocol.ipc
Interface IOFacade
-
- All Known Implementing Classes:
UnixDomainSocket,WindowsNamedPipe
public interface IOFacadeSimple IO facade for the *nix and Windows IPC implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()java.lang.Stringread()voidwrite(java.lang.String payload)
-