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

Public Member Functions | |
| template<class = void> | |
| RedirectHandouts (SlotImp::ptr const &slot) | |
| template<class = void> | |
| bool | try_insert (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 84 of file Handouts.h.
      
  | 
  explicit | 
Definition at line 124 of file Handouts.h.
| bool ripple::PeerFinder::RedirectHandouts::try_insert | ( | Endpoint const & | ep | ) | 
Definition at line 131 of file Handouts.h.
| bool ripple::PeerFinder::RedirectHandouts::full | ( | ) | const | 
Definition at line 95 of file Handouts.h.
| SlotImp::ptr const & ripple::PeerFinder::RedirectHandouts::slot | ( | ) | const | 
Definition at line 101 of file Handouts.h.
| std::vector< Endpoint > & ripple::PeerFinder::RedirectHandouts::list | ( | ) | 
Definition at line 107 of file Handouts.h.
| std::vector< Endpoint > const & ripple::PeerFinder::RedirectHandouts::list | ( | ) | const | 
Definition at line 113 of file Handouts.h.
      
  | 
  private | 
Definition at line 119 of file Handouts.h.
      
  | 
  private | 
Definition at line 120 of file Handouts.h.