![]() |
Open Lighting Architecture 0.10.9
|
The RPC (Remote Procedure Call) system.
Classes | |
| class | auto_ptr |
| STL class. More... | |
| class | ConnectedDescriptor |
| A BidirectionalFileDescriptor that also generates notifications when closed. More... | |
| class | GenericSocketAddress |
| a Generic Socket Address More... | |
| class | IPV4Address |
| Represents a IPv4 Address. More... | |
| class | IPV4SocketAddress |
| An IPv4 SocketAddress. More... | |
| class | OutstandingRequest |
| class | OutstandingResponse |
| class | RpcChannel |
| The RPC channel used to communicate between the client and the server. This implementation runs over a ConnectedDescriptor which means it can be used over TCP or pipes. More... | |
| class | RpcController |
| A RpcController object is passed every time an RPC is invoked and is used to indicate the success or failure of the RPC. More... | |
| class | RpcHeader |
| class | RpcPeer |
| class | RpcServer |
| An RPC server. More... | |
| class | RpcService |
| class | RpcSession |
| Represents the RPC session between a client and server. More... | |
| class | RpcSessionHandlerInterface |
| Used to receive notifications of RPC client session activity. More... | |
| class | string |
| STL class. More... | |
| class | TCPAcceptingSocket |
| class | TCPSocket |