Module ethcore_ipc::interface
[−]
[src]
IPC RPC interface
Structs
Handshake |
Handshake for client and server to negotiate api/protocol version |
Enums
Error |
Error in dispatching or invoking methods via IPC |
Traits
IpcConfig |
Allows to configure custom version and custom handshake response for ipc host |
IpcInterface |
Allows implementor to be attached to generic worker and dispatch rpc requests over IPC |
IpcSocket |
IpcSocket, read/write generalization |
WithSocket |
Basically something that needs only socket to be spawned |
Functions
invoke |
serializes method invocation (method_num and parameters) to the stream specified by |