Bitcoin ABC  0.28.12
P2P Digital Currency
Classes | Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
NetinfoRequestHandler Class Reference

Process netinfo requests. More...

Inheritance diagram for NetinfoRequestHandler:
[legend]
Collaboration diagram for NetinfoRequestHandler:
[legend]

Classes

struct  Peer
 

Public Member Functions

UniValue PrepareRequest (const std::string &method, const std::vector< std::string > &args) override
 
UniValue ProcessReply (const UniValue &batch_in) override
 
- Public Member Functions inherited from BaseRequestHandler
virtual ~BaseRequestHandler ()
 

Static Public Attributes

static constexpr int ID_PEERINFO = 0
 
static constexpr int ID_NETWORKINFO = 1
 

Private Member Functions

int8_t NetworkStringToId (const std::string &str) const
 
bool DetailsRequested () const
 
bool IsAddressSelected () const
 
bool IsVersionSelected () const
 
std::string ChainToString () const
 
std::string PingTimeToString (double seconds) const
 

Private Attributes

const std::array< std::string, m_networks_sizem_networks
 
std::array< std::array< uint16_t, m_networks_size+2 >, 3 > m_counts {{{}}}
 Peer counts by (in/out/total, networks/total/block-relay) More...
 
uint8_t m_details_level {0}
 Optional user-supplied arg to set dashboard details level. More...
 
bool m_is_asmap_on {false}
 
size_t m_max_addr_length {0}
 
size_t m_max_age_length {4}
 
size_t m_max_id_length {2}
 
std::vector< Peerm_peers
 
const int64_t m_time_now
 

Static Private Attributes

static constexpr int8_t UNKNOWN_NETWORK {-1}
 
static constexpr uint8_t m_networks_size {3}
 

Detailed Description

Process netinfo requests.

Definition at line 409 of file bitcoin-cli.cpp.

Member Function Documentation

◆ ChainToString()

std::string NetinfoRequestHandler::ChainToString ( ) const
inlineprivate

Definition at line 462 of file bitcoin-cli.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DetailsRequested()

bool NetinfoRequestHandler::DetailsRequested ( ) const
inlineprivate

Definition at line 427 of file bitcoin-cli.cpp.

Here is the caller graph for this function:

◆ IsAddressSelected()

bool NetinfoRequestHandler::IsAddressSelected ( ) const
inlineprivate

Definition at line 430 of file bitcoin-cli.cpp.

Here is the caller graph for this function:

◆ IsVersionSelected()

bool NetinfoRequestHandler::IsVersionSelected ( ) const
inlineprivate

Definition at line 433 of file bitcoin-cli.cpp.

Here is the caller graph for this function:

◆ NetworkStringToId()

int8_t NetinfoRequestHandler::NetworkStringToId ( const std::string &  str) const
inlineprivate

Definition at line 417 of file bitcoin-cli.cpp.

Here is the caller graph for this function:

◆ PingTimeToString()

std::string NetinfoRequestHandler::PingTimeToString ( double  seconds) const
inlineprivate

Definition at line 471 of file bitcoin-cli.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PrepareRequest()

UniValue NetinfoRequestHandler::PrepareRequest ( const std::string &  method,
const std::vector< std::string > &  args 
)
inlineoverridevirtual

Implements BaseRequestHandler.

Definition at line 485 of file bitcoin-cli.cpp.

Here is the call graph for this function:

◆ ProcessReply()

UniValue NetinfoRequestHandler::ProcessReply ( const UniValue batch_in)
inlineoverridevirtual

Implements BaseRequestHandler.

Definition at line 501 of file bitcoin-cli.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ID_NETWORKINFO

constexpr int NetinfoRequestHandler::ID_NETWORKINFO = 1
staticconstexpr

Definition at line 483 of file bitcoin-cli.cpp.

◆ ID_PEERINFO

constexpr int NetinfoRequestHandler::ID_PEERINFO = 0
staticconstexpr

Definition at line 482 of file bitcoin-cli.cpp.

◆ m_counts

std::array<std::array<uint16_t, m_networks_size + 2>, 3> NetinfoRequestHandler::m_counts {{{}}}
private

Peer counts by (in/out/total, networks/total/block-relay)

Definition at line 416 of file bitcoin-cli.cpp.

◆ m_details_level

uint8_t NetinfoRequestHandler::m_details_level {0}
private

Optional user-supplied arg to set dashboard details level.

Definition at line 426 of file bitcoin-cli.cpp.

◆ m_is_asmap_on

bool NetinfoRequestHandler::m_is_asmap_on {false}
private

Definition at line 436 of file bitcoin-cli.cpp.

◆ m_max_addr_length

size_t NetinfoRequestHandler::m_max_addr_length {0}
private

Definition at line 437 of file bitcoin-cli.cpp.

◆ m_max_age_length

size_t NetinfoRequestHandler::m_max_age_length {4}
private

Definition at line 438 of file bitcoin-cli.cpp.

◆ m_max_id_length

size_t NetinfoRequestHandler::m_max_id_length {2}
private

Definition at line 439 of file bitcoin-cli.cpp.

◆ m_networks

const std::array<std::string, m_networks_size> NetinfoRequestHandler::m_networks
private
Initial value:
{
{"ipv4", "ipv6", "onion"}}

Definition at line 413 of file bitcoin-cli.cpp.

◆ m_networks_size

constexpr uint8_t NetinfoRequestHandler::m_networks_size {3}
staticconstexprprivate

Definition at line 412 of file bitcoin-cli.cpp.

◆ m_peers

std::vector<Peer> NetinfoRequestHandler::m_peers
private

Definition at line 461 of file bitcoin-cli.cpp.

◆ m_time_now

const int64_t NetinfoRequestHandler::m_time_now
private
Initial value:
{
TicksSinceEpoch<std::chrono::seconds>(CliClock::now())}

Definition at line 478 of file bitcoin-cli.cpp.

◆ UNKNOWN_NETWORK

constexpr int8_t NetinfoRequestHandler::UNKNOWN_NETWORK {-1}
staticconstexprprivate

Definition at line 411 of file bitcoin-cli.cpp.


The documentation for this class was generated from the following file: