
Public Member Functions | |
| rpc_server_data () | |
| ~rpc_server_data () | |
| void | pump_loop (const LLSD &request) |
Public Attributes | |
| apr_pool_t * | mPool |
| LLPumpIO * | mPump |
| LLPumpIO::chain_t | mChain |
| LLSimpleRPCClient * | mClient |
| LLSD | mResponse |
Classes | |
| class | LLSimpleRPCClient |
| class | LLSimpleRPCResponse |
| class | LLSimpleRPCServer |
Definition at line 1115 of file io.cpp.
| tut::rpc_server_data::rpc_server_data | ( | ) | [inline] |
| tut::rpc_server_data::~rpc_server_data | ( | ) | [inline] |
Definition at line 1216 of file io.cpp.
References LLPumpIO::addChain(), LLPumpIO::callback(), DEFAULT_CHAIN_EXPIRY_SECS, tut::rpc_server_data::LLSimpleRPCClient::echo(), LLTimer::hasExpired(), LLSD::isUndefined(), mChain, mClient, mPump, mResponse, LLPumpIO::pump(), request(), and LLTimer::setTimerExpirySec().
Definition at line 1188 of file io.cpp.
Referenced by pump_loop(), rpc_server_data(), and ~rpc_server_data().
Definition at line 1187 of file io.cpp.
Referenced by pump_loop(), rpc_server_data(), and ~rpc_server_data().
1.4.7