module SimpleRPC::SocketProtocol
SocketProtocol
defines common low-level aspects of data transfer between client and server.
In normal use you can safely ignore this class and simply use Client
and Server
.
Constants
- AUTH_FAIL
Sent when auth fails (ASCII to match simple protocol)
- AUTH_SUCCESS
Sent when auth succeeds (ASCII to match simple protocol)
- REQUEST_FAIL
The request failed and threw something
- REQUEST_SUCCESS
The request succeeded
- REQUEST_YIELD
The request is yielding data to a block