Contents | Transport layer | Packet format | Application Protocol | Let's write a server |
esoc
esoc.read
<call ...> <esoc method="read"> <senddata /> </esoc> </call>
<response> <esoc status="status"> <recvdata /> </esoc> </response>
Go figure.
esoc.write
<call ...> <esoc method="write"> <senddata /> </esoc> </call>
<response> <esoc status="status" /> </response>