|
xrpld
|
Receives handouts for redirecting a connection. More...
#include <Handouts.h>

Public Member Functions | |
| template<class = void> | |
| RedirectHandouts (SlotImp::ptr slot) | |
| template<class = void> | |
| bool | tryInsert (Endpoint const &ep) |
| bool | full () const |
| SlotImp::ptr const & | slot () const |
| std::vector< Endpoint > & | list () |
| std::vector< Endpoint > const & | list () const |
Private Attributes | |
| SlotImp::ptr | slot_ |
| std::vector< Endpoint > | list_ |
Receives handouts for redirecting a connection.
An incoming connection request is redirected when we are full on slots.
Definition at line 85 of file Handouts.h.
|
explicit |
Definition at line 125 of file Handouts.h.
| bool xrpl::peer_finder::RedirectHandouts::tryInsert | ( | Endpoint const & | ep | ) |
Definition at line 132 of file Handouts.h.
|
nodiscard |
Definition at line 96 of file Handouts.h.
|
nodiscard |
Definition at line 102 of file Handouts.h.
| std::vector< Endpoint > & xrpl::peer_finder::RedirectHandouts::list | ( | ) |
Definition at line 108 of file Handouts.h.
|
nodiscard |
Definition at line 114 of file Handouts.h.
|
private |
Definition at line 120 of file Handouts.h.
|
private |
Definition at line 121 of file Handouts.h.