xrpld
Loading...
Searching...
No Matches
xrpl::Handoff Struct Reference

Used to indicate the result of a server connection handoff. More...

#include <Handoff.h>

Collaboration diagram for xrpl::Handoff:

Public Member Functions

bool handled () const

Public Attributes

bool moved = false
bool keepAlive = false
std::shared_ptr< Writerresponse

Detailed Description

Used to indicate the result of a server connection handoff.

Definition at line 17 of file Handoff.h.

Member Function Documentation

◆ handled()

bool xrpl::Handoff::handled ( ) const
nodiscard

Definition at line 30 of file Handoff.h.

Member Data Documentation

◆ moved

bool xrpl::Handoff::moved = false

Definition at line 21 of file Handoff.h.

◆ keepAlive

bool xrpl::Handoff::keepAlive = false

Definition at line 24 of file Handoff.h.

◆ response

std::shared_ptr<Writer> xrpl::Handoff::response

Definition at line 27 of file Handoff.h.