class DRb::DRbTCPSocket

def recv_request

On the server side, receive a request from the client.
def recv_request
  @msg.recv_request(stream)
end