18 #ifndef _ACTIVEMQ_UTIL_URISUPPORT_H_ 19 #define _ACTIVEMQ_UTIL_URISUPPORT_H_ 91 static std::string createQueryString(
const Properties& options);
105 static void parseComposite(
const URI& uri,
CompositeData& rc,
const std::string& ssp);
125 static std::string stripPrefix(
const std::string& value,
const std::string& prefix);
134 static bool checkParenthesis(
const std::string& str);
145 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:36
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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