RESTinio
|
A specialization of ip_blocker_holder for case of noop_ip_blocker. More...
#include <acceptor.hpp>
Public Member Functions | |
template<typename Settings> | |
ip_blocker_holder_t (const Settings &) | |
template<typename Socket> | |
restinio::ip_blocker::inspection_result_t | inspect_incoming (Socket &) const noexcept |
Public Attributes | |
std::shared_ptr< restinio::ip_blocker::noop_ip_blocker_t > | m_ip_blocker |
A specialization of ip_blocker_holder for case of noop_ip_blocker.
This class doesn't hold anything and doesn't do anything.
Definition at line 141 of file acceptor.hpp.
|
inline |
Definition at line 144 of file acceptor.hpp.
|
inlinenoexcept |
Definition at line 148 of file acceptor.hpp.
std::shared_ptr< restinio::ip_blocker::noop_ip_blocker_t > restinio::impl::acceptor_details::ip_blocker_holder_t< restinio::ip_blocker::noop_ip_blocker_t >::m_ip_blocker |
Definition at line 113 of file acceptor.hpp.