Port

namespace HTTPServer
class Port

Public Functions

explicit Port(int value)
explicit operator int() const
bool operator==(const Port &other) const
int value() const
std::string toString() const
uint16_t toNetwork() const

Private Members

int d_value