SNode.C
|
#include <ConfigHTTP.h>
Public Member Functions | |
ConfigHTTP (net::config::ConfigInstance &configInstance) | |
ConfigHTTP (ConfigHTTP &)=delete | |
ConfigHTTP & | operator= (ConfigHTTP &)=delete |
ConfigHTTP (ConfigHTTP &&) noexcept=default | |
ConfigHTTP & | operator= (ConfigHTTP &&)=delete |
void | setPipelinedRequests (bool pipelinedRequests) |
bool | getPipelinedRequests () const |
Private Attributes | |
CLI::Option * | pipelinedRequestsOpt = nullptr |
Definition at line 59 of file ConfigHTTP.h.
|
explicit |
Definition at line 55 of file ConfigHTTP.cpp.
References net::config::ConfigSection::addFlag(), net::config::ConfigSection::ConfigSection(), and pipelinedRequestsOpt.
Referenced by web::http::client::SocketContextFactory::SocketContextFactory().
|
delete |
|
defaultnoexcept |
bool web::http::client::ConfigHTTP::getPipelinedRequests | ( | ) | const |
Definition at line 69 of file ConfigHTTP.cpp.
References pipelinedRequestsOpt.
Referenced by web::http::client::SocketContextFactory::create().
|
delete |
|
delete |
void web::http::client::ConfigHTTP::setPipelinedRequests | ( | bool | pipelinedRequests | ) |
Definition at line 65 of file ConfigHTTP.cpp.
References pipelinedRequestsOpt.
Referenced by web::http::client::SocketContextFactory::setPipelinedRequests().
|
private |
Definition at line 73 of file ConfigHTTP.h.
Referenced by ConfigHTTP(), getPipelinedRequests(), and setPipelinedRequests().