8 #ifndef BOOSTER_AIO_ENDPOINT_H 9 #define BOOSTER_AIO_ENDPOINT_H 11 #include <booster/config.h> 12 #include <booster/copy_ptr.h> 13 #include <booster/aio/types.h> 38 endpoint(std::string
const &ip,
int port);
45 void ip(std::string
const &);
58 std::string ip()
const;
78 void path(std::string
const &);
85 std::string path()
const;
98 void raw(sockaddr
const *p,
int size);
106 native_address_type raw()
const;
109 void throw_invalid()
const;
this class represents the connection endpoint, that is generally sockaddr structure in Berkeley socke...
Definition: endpoint.h:26
std::pair< sockaddr const *, int > native_address_type
Definition: endpoint.h:102
family_type
Definition: types.h:68
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23