RESTinio
|
An information about new incoming connection to be passed to IP-blocker object. More...
#include <ip_blocker.hpp>
Public Member Functions | |
incoming_info_t (endpoint_t remote_endpoint) | |
Initializing constructor. More... | |
endpoint_t | remote_endpoint () const noexcept |
Remote endpoint of the new connection. More... | |
Private Attributes | |
endpoint_t | m_remote_endpoint |
An information about new incoming connection to be passed to IP-blocker object.
Definition at line 63 of file ip_blocker.hpp.
|
inline |
Initializing constructor.
Definition at line 69 of file ip_blocker.hpp.
|
inlinenoexcept |
Remote endpoint of the new connection.
Definition at line 76 of file ip_blocker.hpp.
|
private |
Definition at line 65 of file ip_blocker.hpp.