#include <URI.h>
Public Member Functions | |
URI (const std::string uri="") throw (RGMAException) | |
void | set (const char *newUri) throw (RGMAException) |
std::string | toString () const |
std::string | host () const |
std::string | path () const |
bool | usingHttps () const |
short | port () |
|
parses a uri string into An URI object
|
|
Gets the host name
|
|
Gets the path
|
|
Get the port
|
|
parses a uri char* into An URI object
|
|
Gets a stringified version of this URI
|
|
Is the URI using Https
|