Kea 2.7.5
|
Endpoint for UnixDomainSocket. More...
#include <unix_domain_socket_endpoint.h>
Public Member Functions | |
UnixDomainSocketEndpoint (const std::string &endpoint_path) | |
Constructor. | |
const boost::asio::local::stream_protocol::endpoint & | getASIOEndpoint () const |
Returns underlying ASIO endpoint. | |
Endpoint for UnixDomainSocket.
This is a simple class encapsulating ASIO unix domain socket endpoint. It is used to represent endpoints taking part in communication via unix domain sockets.
Definition at line 24 of file unix_domain_socket_endpoint.h.
|
inlineexplicit |
Constructor.
endpoint_path | Path to the socket descriptor. |
Definition at line 30 of file unix_domain_socket_endpoint.h.
|
inline |
Returns underlying ASIO endpoint.
Definition at line 36 of file unix_domain_socket_endpoint.h.