Yet Another RPC Framework
- Introduction
- Installing/Configuring
- Predefined Constants
- Examples
- Yar_Server — The Yar_Server class
- Yar_Server::__construct — Register a server
- Yar_Server::handle — Start RPC Server
- Yar_Client — The Yar_Client class
- Yar_Client::__call — Call service
- Yar_Client::__construct — Create a client
- Yar_Client::setOpt — Set calling contexts
- Yar_Concurrent_Client — The Yar_Concurrent_Client class
- Yar_Concurrent_Client::call — Register a concurrent call
- Yar_Concurrent_Client::loop — Send all calls
- Yar_Concurrent_Client::reset — Clean all registered calls
- Yar_Server_Exception — The Yar_Server_Exception class
- Yar_Server_Exception::getType — Retrieve exception's type
- Yar_Client_Exception — The Yar_Client_Exception class
- Yar_Client_Exception::getType — Retrieve exception's type