5#ifndef POOLCORE_URIPARSER_H
6#define POOLCORE_URIPARSER_H
33 void setURI(
const std::string& contactstr);
36 const std::string&
url()
const;
APRMessaging(const std::string &name)
const std::string & contactstring() const
const std::string & url() const
void setURI(const std::string &contactstr)
const std::string & prefix() const
void dump() const
Print the parsing result.
URIParser()
Default constructor.
URIParser(const std::string &contactstr)
Constructor.