ndmspc v1.2.0-0.1.rc7
Loading...
Searching...
No Matches
Ndmspc::WS_URI Struct Reference

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.
 

Detailed Description

Structure representing a parsed WebSocket URI.

Definition at line 36 of file NWsClient.h.

Member Data Documentation

◆ fHost

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().

◆ fPath

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().

◆ fPort

int Ndmspc::WS_URI::fPort

Port number.

Definition at line 39 of file NWsClient.h.

Referenced by Ndmspc::NWsClient::Connect(), and Ndmspc::NWsClient::ParseUri().

◆ fScheme

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().


The documentation for this struct was generated from the following file: