Apache Mesos
|
#include <address.hpp>
Public Member Functions | |
Address (const net::IPv4 &ip, uint16_t port) | |
Address (const sockaddr_in &in) | |
Public Member Functions inherited from process::network::inet::Address | |
Address (const net::IP &_ip, uint16_t _port) | |
Try< std::string > | lookup_hostname () const |
Returns the hostname of this address's IP, using a reverse DNS lookup for remote addresses or the local hostname for a local address. More... | |
operator sockaddr_storage () const | |
bool | operator< (const Address &that) const |
bool | operator> (const Address &that) const |
bool | operator== (const Address &that) const |
bool | operator!= (const Address &that) const |
Static Public Member Functions | |
static Address | LOOPBACK_ANY () |
static Address | ANY_ANY () |
Additional Inherited Members | |
Public Attributes inherited from process::network::inet::Address | |
net::IP | ip |
uint16_t | port |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |