NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::uri Class Reference

#include <uri.hpp>

Public Member Functions

 uri (std::string const &uri_string)
 
 uri (bool secure, std::string const &host, uint16_t port, std::string const &resource)
 
 uri (bool secure, std::string const &host, std::string const &resource)
 
 uri (bool secure, std::string const &host, std::string const &port, std::string const &resource)
 
 uri (std::string const &scheme, std::string const &host, uint16_t port, std::string const &resource)
 
 uri (std::string scheme, std::string const &host, std::string const &resource)
 
 uri (std::string const &scheme, std::string const &host, std::string const &port, std::string const &resource)
 
bool get_valid () const
 
bool get_secure () const
 
std::string const & get_scheme () const
 
std::string const & get_host () const
 
std::string get_host_port () const
 
std::string get_authority () const
 
uint16_t get_port () const
 
std::string get_port_str () const
 
std::string const & get_resource () const
 
std::string str () const
 
std::string get_query () const
 Return the query portion. More...
 

Detailed Description

Definition at line 49 of file uri.hpp.

Constructor & Destructor Documentation

◆ uri() [1/7]

websocketpp::uri::uri ( std::string const &  uri_string)
inlineexplicit

Definition at line 51 of file uri.hpp.

◆ uri() [2/7]

websocketpp::uri::uri ( bool  secure,
std::string const &  host,
uint16_t  port,
std::string const &  resource 
)
inline

Definition at line 170 of file uri.hpp.

◆ uri() [3/7]

websocketpp::uri::uri ( bool  secure,
std::string const &  host,
std::string const &  resource 
)
inline

Definition at line 179 of file uri.hpp.

◆ uri() [4/7]

websocketpp::uri::uri ( bool  secure,
std::string const &  host,
std::string const &  port,
std::string const &  resource 
)
inline

Definition at line 187 of file uri.hpp.

◆ uri() [5/7]

websocketpp::uri::uri ( std::string const &  scheme,
std::string const &  host,
uint16_t  port,
std::string const &  resource 
)
inline

Definition at line 199 of file uri.hpp.

◆ uri() [6/7]

websocketpp::uri::uri ( std::string  scheme,
std::string const &  host,
std::string const &  resource 
)
inline

Definition at line 208 of file uri.hpp.

◆ uri() [7/7]

websocketpp::uri::uri ( std::string const &  scheme,
std::string const &  host,
std::string const &  port,
std::string const &  resource 
)
inline

Definition at line 216 of file uri.hpp.

Member Function Documentation

◆ get_valid()

bool websocketpp::uri::get_valid ( ) const
inline

Definition at line 228 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_secure()

bool websocketpp::uri::get_secure ( ) const
inline

Definition at line 232 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_scheme()

std::string const& websocketpp::uri::get_scheme ( ) const
inline

Definition at line 236 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_host()

std::string const& websocketpp::uri::get_host ( ) const
inline

Definition at line 240 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_host_port()

std::string websocketpp::uri::get_host_port ( ) const
inline

Definition at line 244 of file uri.hpp.

◆ get_authority()

std::string websocketpp::uri::get_authority ( ) const
inline

Definition at line 254 of file uri.hpp.

◆ get_port()

uint16_t websocketpp::uri::get_port ( ) const
inline

Definition at line 260 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_port_str()

std::string websocketpp::uri::get_port_str ( ) const
inline

Definition at line 264 of file uri.hpp.

◆ get_resource()

std::string const& websocketpp::uri::get_resource ( ) const
inline

Definition at line 270 of file uri.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ str()

std::string websocketpp::uri::str ( ) const
inline

Definition at line 274 of file uri.hpp.

◆ get_query()

std::string websocketpp::uri::get_query ( ) const
inline

Return the query portion.

Returns the query portion (after the ?) of the URI or an empty string if there is none.

Returns
query portion of the URI.

Definition at line 294 of file uri.hpp.

References websocketpp::http::status_code::found, websocketpp::error::invalid_port, and websocketpp::error::make_error_code().

Referenced by BOOST_AUTO_TEST_CASE().


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