
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 1180 of file io.cpp.
| tut::rpc_server_data::rpc_server_data | ( | ) | [inline] |
| tut::rpc_server_data::~rpc_server_data | ( | ) | [inline] |
| void tut::rpc_server_data::pump_loop | ( | const LLSD & | request | ) | [inline] |
Definition at line 1281 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(), and LLTimer::setTimerExpirySec().

Definition at line 1252 of file io.cpp.
Referenced by pump_loop(), rpc_server_data(), and ~rpc_server_data().
Definition at line 1253 of file io.cpp.
Referenced by pump_loop(), rpc_server_data(), and ~rpc_server_data().
1.5.5