9 #ifndef anna_http_wims20_ClientSide_hpp 10 #define anna_http_wims20_ClientSide_hpp 55 ClientSide(
const std::string& domain,
const std::string& path) :
56 Abstract(
"ClientSide", domain, path) {
57 a_strOtherLevels = NULL;
67 a_strOtherLevels = NULL;
86 std::string aux(otherLevel);
96 void setParameter(
const char* parameter,
const char* value) noexcept(
false) {
97 std::string p(parameter);
108 void setParameter(
const char* parameter,
const int value) noexcept(
false) {
109 std::string p(parameter);
119 void setParameter(
const std::string& parameter,
const std::string& value) noexcept(
false) {
129 void setParameter(
const std::string& parameter,
const int value) noexcept(
false) {
140 a_strOtherLevels = NULL;
152 std::string* a_strOtherLevels;
void setParameter(const std::string ¶meter, const int value) noexcept(false)
Definition: ClientSide.hpp:129
ClientSide(const std::string &domain, const std::string &path)
Definition: ClientSide.hpp:55
Definition: Request.hpp:22
void addOtherLevel(const std::string &otherLevel) noexcept(false)
Definition: Abstract.hpp:46
void codeOn(http::Request &message) noexcept(false)
~ClientSide()
Definition: ClientSide.hpp:73
static std::string asString(const int number)
void parameter_set(const std::string &name, const std::string &value) noexcept(false)
void setParameter(const char *parameter, const int value) noexcept(false)
Definition: ClientSide.hpp:108
static std::string * otherLevel(other_level_iterator ii)
Definition: Abstract.hpp:164
void addOtherLevel(const char *otherLevel) noexcept(false)
Definition: ClientSide.hpp:85
void setParameter(const char *parameter, const char *value) noexcept(false)
Definition: ClientSide.hpp:96
void setParameter(const std::string ¶meter, const std::string &value) noexcept(false)
Definition: ClientSide.hpp:119
void destroyString(std::string *str)
Definition: Abstract.hpp:274
ClientSide(const std::string &domain)
Definition: ClientSide.hpp:65
void clearOtherLevels()
Definition: ClientSide.hpp:137
virtual void clearOtherLevels()
Definition: ClientSide.hpp:47