rippled
Classes | Public Attributes | List of all members
ripple::RPC::JsonContext Struct Reference
Inheritance diagram for ripple::RPC::JsonContext:
Inheritance graph
[legend]
Collaboration diagram for ripple::RPC::JsonContext:
Collaboration graph
[legend]

Classes

struct  Headers
 Data passed in from HTTP headers. More...
 

Public Attributes

Json::Value params
 
Headers headers {}
 
const beast::Journal j
 
Applicationapp
 
Resource::ChargeloadType
 
NetworkOPsnetOps
 
LedgerMasterledgerMaster
 
Resource::Consumerconsumer
 
Role role
 
std::shared_ptr< JobQueue::Corocoro {}
 
InfoSub::pointer infoSub {}
 
unsigned int apiVersion
 

Detailed Description

Definition at line 53 of file Context.h.

Member Data Documentation

◆ params

Json::Value ripple::RPC::JsonContext::params

Definition at line 64 of file Context.h.

◆ headers

Headers ripple::RPC::JsonContext::headers {}

Definition at line 66 of file Context.h.

◆ j

const beast::Journal ripple::RPC::Context::j
inherited

Definition at line 41 of file Context.h.

◆ app

Application& ripple::RPC::Context::app
inherited

Definition at line 42 of file Context.h.

◆ loadType

Resource::Charge& ripple::RPC::Context::loadType
inherited

Definition at line 43 of file Context.h.

◆ netOps

NetworkOPs& ripple::RPC::Context::netOps
inherited

Definition at line 44 of file Context.h.

◆ ledgerMaster

LedgerMaster& ripple::RPC::Context::ledgerMaster
inherited

Definition at line 45 of file Context.h.

◆ consumer

Resource::Consumer& ripple::RPC::Context::consumer
inherited

Definition at line 46 of file Context.h.

◆ role

Role ripple::RPC::Context::role
inherited

Definition at line 47 of file Context.h.

◆ coro

std::shared_ptr<JobQueue::Coro> ripple::RPC::Context::coro {}
inherited

Definition at line 48 of file Context.h.

◆ infoSub

InfoSub::pointer ripple::RPC::Context::infoSub {}
inherited

Definition at line 49 of file Context.h.

◆ apiVersion

unsigned int ripple::RPC::Context::apiVersion
inherited

Definition at line 50 of file Context.h.