|
ndmspc v1.2.0-0.1.rc7
|
Structure representing a parsed WebSocket URI. More...
#include <NWsClient.h>
Public Attributes | |
| std::string | fScheme |
| URI scheme (e.g., "ws", "wss") | |
| std::string | fHost |
| Hostname or IP address. | |
| int | fPort |
| Port number. | |
| std::string | fPath |
| Path component. | |
Structure representing a parsed WebSocket URI.
Definition at line 36 of file NWsClient.h.
| std::string Ndmspc::WS_URI::fHost |
Hostname or IP address.
Definition at line 38 of file NWsClient.h.
Referenced by Ndmspc::NWsClient::Connect(), and Ndmspc::NWsClient::ParseUri().
| std::string Ndmspc::WS_URI::fPath |
Path component.
Definition at line 40 of file NWsClient.h.
Referenced by Ndmspc::NWsClient::Connect(), and Ndmspc::NWsClient::ParseUri().
| int Ndmspc::WS_URI::fPort |
Port number.
Definition at line 39 of file NWsClient.h.
Referenced by Ndmspc::NWsClient::Connect(), and Ndmspc::NWsClient::ParseUri().
| std::string Ndmspc::WS_URI::fScheme |
URI scheme (e.g., "ws", "wss")
Definition at line 37 of file NWsClient.h.
Referenced by Ndmspc::NWsClient::Connect(), and Ndmspc::NWsClient::ParseUri().