rippled
|
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 | |
WSInfoSub (Source &source, std::shared_ptr< WSSession > const &ws) | |
boost::string_view | user () const |
boost::string_view | forwarded_for () const |
void | send (Json::Value const &jv, bool) override |
Consumer & | getConsumer () |
std::uint64_t | getSeq () |
void | onSendEmpty () |
void | insertSubAccountInfo (AccountID const &account, bool rt) |
void | deleteSubAccountInfo (AccountID const &account, bool rt) |
bool | insertSubAccountHistory (AccountID const &account) |
void | deleteSubAccountHistory (AccountID const &account) |
void | clearRequest () |
void | setRequest (const std::shared_ptr< InfoSubRequest > &req) |
std::shared_ptr< InfoSubRequest > const & | getRequest () |
Protected Attributes | |
std::mutex | mLock |
Static Private Member Functions | |
static int | assign_id () |
static auto & | getCounter () noexcept |
Definition at line 34 of file WSInfoSub.h.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
ripple::WSInfoSub::WSInfoSub | ( | Source & | source, |
std::shared_ptr< WSSession > const & | ws | ||
) |
Definition at line 41 of file WSInfoSub.h.
boost::string_view ripple::WSInfoSub::user | ( | ) | const |
Definition at line 59 of file WSInfoSub.h.
boost::string_view ripple::WSInfoSub::forwarded_for | ( | ) | const |
Definition at line 65 of file WSInfoSub.h.
|
overridevirtual |
Implements ripple::InfoSub.
Definition at line 71 of file WSInfoSub.h.
|
inherited |
Definition at line 69 of file InfoSub.cpp.
|
inherited |
Definition at line 75 of file InfoSub.cpp.
|
inherited |
Definition at line 81 of file InfoSub.cpp.
|
inherited |
Definition at line 86 of file InfoSub.cpp.
|
inherited |
Definition at line 97 of file InfoSub.cpp.
|
inherited |
Definition at line 108 of file InfoSub.cpp.
|
inherited |
Definition at line 115 of file InfoSub.cpp.
|
inherited |
Definition at line 122 of file InfoSub.cpp.
|
inherited |
Definition at line 128 of file InfoSub.cpp.
|
inherited |
Definition at line 134 of file InfoSub.cpp.
|
staticprivateinherited |
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
|
private |
Definition at line 36 of file WSInfoSub.h.
|
private |
Definition at line 37 of file WSInfoSub.h.
|
private |
Definition at line 38 of file WSInfoSub.h.
|
protectedinherited |
|
privateinherited |
|
privateinherited |