Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::authority_path

A data structure used to store information related to an authority such as the hostname, port, and path.

Synopsis

Defined in header <boost/mqtt5/types.hpp>

struct authority_path;
Data Members

Name

Description

host

The hostname of the authority as a domain name or an IP address.

path

Specifies the endpoint path relevant to WebSocket connections.

port

The port number used for communication.

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext