SMACC2
|
Public Member Functions | |
Server (const std::string &server_name) | |
bool | isSSL () const |
std::string | getPort () const |
std::string | getServerName () const |
Private Attributes | |
std::string | server_name_ |
bool | ssl_ |
Definition at line 40 of file cl_http_client.hpp.
|
inlineexplicit |
Definition at line 43 of file cl_http_client.hpp.
References server_name_, and ssl_.
|
inline |
Definition at line 59 of file cl_http_client.hpp.
References ssl_.
Referenced by cl_http::ClHttp::makeRequest().
|
inline |
Definition at line 61 of file cl_http_client.hpp.
References server_name_.
Referenced by cl_http::ClHttp::makeRequest().
|
inline |
Definition at line 57 of file cl_http_client.hpp.
References ssl_.
Referenced by cl_http::ClHttp::makeRequest().
|
private |
Definition at line 64 of file cl_http_client.hpp.
Referenced by getServerName(), and Server().
|
private |
Definition at line 65 of file cl_http_client.hpp.