#include <InetSocketAddress.h>
◆ InetSocketAddress() [1/3]
| uHTTP::InetSocketAddress::InetSocketAddress |
( |
| ) |
|
|
inline |
◆ InetSocketAddress() [2/3]
| uHTTP::InetSocketAddress::InetSocketAddress |
( |
int | port | ) |
|
|
inline |
◆ InetSocketAddress() [3/3]
| uHTTP::InetSocketAddress::InetSocketAddress |
( |
const std::string & | addr, |
|
|
int | port ) |
|
inline |
◆ getAddress()
| const char * uHTTP::InetSocketAddress::getAddress |
( |
| ) |
|
|
inline |
◆ getPort()
| int uHTTP::InetSocketAddress::getPort |
( |
| ) |
|
|
inline |
◆ set()
◆ setAddress()
| void uHTTP::InetSocketAddress::setAddress |
( |
const std::string & | value | ) |
|
|
inline |
◆ setPort()
| void uHTTP::InetSocketAddress::setPort |
( |
int | value | ) |
|
|
inline |
◆ addr
| std::string uHTTP::InetSocketAddress::addr |
|
private |
◆ port
| int uHTTP::InetSocketAddress::port |
|
private |
The documentation for this class was generated from the following file: