|
rippled
|
Subscription object for JSON RPC. More...


Public Types | |
| using | pointer = std::shared_ptr< InfoSub > |
| using | wptr = std::weak_ptr< InfoSub > |
| using | ref = const std::shared_ptr< InfoSub > & |
| using | Consumer = Resource::Consumer |
Public Member Functions | |
| virtual void | setUsername (std::string const &strUsername)=0 |
| virtual void | setPassword (std::string const &strPassword)=0 |
| Consumer & | getConsumer () |
| virtual void | send (Json::Value const &jvObj, bool broadcast)=0 |
| std::uint64_t | getSeq () |
| void | onSendEmpty () |
| void | insertSubAccountInfo (AccountID const &account, bool rt) |
| void | deleteSubAccountInfo (AccountID const &account, bool rt) |
| void | clearPathRequest () |
| void | setPathRequest (const std::shared_ptr< PathRequest > &req) |
| std::shared_ptr< PathRequest > const & | getPathRequest () |
Protected Member Functions | |
| RPCSub (InfoSub::Source &source) | |
Protected Attributes | |
| std::mutex | mLock |
Static Private Member Functions | |
| static int | assign_id () |
| static auto & | getCounter () noexcept |
Private Attributes | |
| Consumer | m_consumer |
| Source & | m_source |
| hash_set< AccountID > | realTimeSubscriptions_ |
| hash_set< AccountID > | normalSubscriptions_ |
| std::shared_ptr< PathRequest > | mPathRequest |
| std::uint64_t | mSeq |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
explicitprotected |
Definition at line 208 of file RPCSub.cpp.
|
pure virtual |
Implemented in ripple::RPCSubImp.
|
pure virtual |
Implemented in ripple::RPCSubImp.
|
inherited |
Definition at line 75 of file InfoSub.cpp.
|
pure virtualinherited |
Implemented in ripple::RPCSubImp, and ripple::WSInfoSub.
|
inherited |
Definition at line 81 of file InfoSub.cpp.
|
inherited |
Definition at line 87 of file InfoSub.cpp.
|
inherited |
Definition at line 92 of file InfoSub.cpp.
|
inherited |
Definition at line 103 of file InfoSub.cpp.
|
inherited |
Definition at line 114 of file InfoSub.cpp.
|
inherited |
Definition at line 120 of file InfoSub.cpp.
|
inherited |
Definition at line 126 of file InfoSub.cpp.
|
staticprivateinherited |
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
|
protectedinherited |
|
privateinherited |
|
privateinherited |
1.8.17