#include <zypp/url/UrlBase.h>#include <zypp/base/String.h>#include <stdexcept>#include <climits>#include <errno.h>#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::url |
Classes | |
| class | zypp::url::UrlBaseData |
| Internal data used by UrlBase. More... | |
Defines | |
| #define | RX_SPLIT_AUTHORITY "^(([^:@]*)([:]([^@]*))?@)?(\\[[^]]+\\]|[^:]+)?([:](.*))?" |
| #define | RX_VALID_SCHEME "^[a-zA-Z][a-zA-Z0-9\\.+-]*$" |
| #define | RX_VALID_PORT "^[0-9]{1,5}$" |
| #define | RX_VALID_HOSTNAME "^[[:alnum:]]+([\\.-][[:alnum:]]+)*$" |
| #define | RX_VALID_HOSTIPV4 "^([0-9]{1,3})\\.([0-9]{1,3})\\.([0-9]{1,3})\\.([0-9]{1,3})$" |
| #define | RX_VALID_HOSTIPV6 "^\\[[:a-fA-F0-9]+(:[0-9]{1,3}(\\.[0-9]{1,3}){3})?\\]$" |
Typedefs | |
| typedef std::map< std::string, std::string > | zypp::url::UrlConfig |
Functions | |
| void | zypp::url::checkUrlData (const std::string &data, const std::string &name, const std::string ®x, bool show=true) |
Definition in file UrlBase.cc.
|
|
Definition at line 29 of file UrlBase.cc. Referenced by zypp::url::UrlBase::setAuthority(). |
|
|
Definition at line 32 of file UrlBase.cc. Referenced by zypp::url::UrlBase::isValidScheme(). |
|
|
Definition at line 34 of file UrlBase.cc. Referenced by zypp::url::UrlBase::isValidPort(). |
|
|
Definition at line 36 of file UrlBase.cc. Referenced by zypp::url::UrlBase::isValidHost(). |
|
|
Definition at line 38 of file UrlBase.cc. |
|
|
Definition at line 41 of file UrlBase.cc. Referenced by zypp::url::UrlBase::isValidHost(). |
1.4.6