Request


Object Hierarchy:

Object hierarchy for Request

Description:

public class Request : Object, Serializable

Bin RPC request (one root object per call).

On the client, build a Request, set method, assign a typed CallParam subclass to param, then pass to Client.call. On the server, set connection, then dispatch routes

Object.method
to the handler's
call_*
signal; handlers reply via reply.

See also:

CallParam, Client, Transport.Connection


Namespace: OLLMrpc
Package: ollmchat

Content:

Properties:

Static methods:

Creation methods:

Methods:

Fields:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface OLLMrpc.Bin.Serializable