High-level entry point to a service; wraps a host:port pair. More...
#include <InetAddr.h>
Public Member Functions | |
Endpoint (const String &host, uint16_t port) | |
Endpoint () | |
Public Attributes | |
String | host |
uint16_t | port |
High-level entry point to a service; wraps a host:port pair.
Definition at line 44 of file InetAddr.h.
|
inline |
Definition at line 45 of file InetAddr.h.
|
inline |
Definition at line 49 of file InetAddr.h.
String Hypertable::Endpoint::host |
Definition at line 53 of file InetAddr.h.
uint16_t Hypertable::Endpoint::port |
Definition at line 54 of file InetAddr.h.