18 #ifndef _ACTIVEMQ_UTIL_URISUPPORT_H_
19 #define _ACTIVEMQ_UTIL_URISUPPORT_H_
101 static std::string createQueryString(
const Properties& options);
153 const std::string& optionPrefix);
181 static void parseComposite(
const URI& uri,
CompositeData& rc,
const std::string& ssp);
212 static std::string stripPrefix(
const std::string& value,
const std::string& prefix);
221 static bool checkParenthesis(
const std::string& str);
232 static std::string replaceEnvValues(
const std::string& value);
Definition: URISupport.h:30
#define AMQCPP_API
Definition: Config.h:30
Represents a Composite URI.
Definition: CompositeData.h:39
This class represents an instance of a URI as defined by RFC 2396.
Definition: URI.h:37
Java-like properties class for mapping string names to string values.
Definition: Properties.h:53
A complete implementation of the List interface using a doubly linked list data structure.
Definition: LinkedList.h:55