rippled
Public Member Functions | Public Attributes | List of all members
ripple::Handoff Struct Reference

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

Collaboration diagram for ripple::Handoff:
Collaboration graph
[legend]

Public Member Functions

bool handled () const
 

Public Attributes

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

Detailed Description

Used to indicate the result of a server connection handoff.

Definition at line 37 of file Handoff.h.

Member Function Documentation

◆ handled()

bool ripple::Handoff::handled ( ) const

Definition at line 50 of file Handoff.h.

Member Data Documentation

◆ moved

bool ripple::Handoff::moved = false

Definition at line 41 of file Handoff.h.

◆ keep_alive

bool ripple::Handoff::keep_alive = false

Definition at line 44 of file Handoff.h.

◆ response

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

Definition at line 47 of file Handoff.h.