- getAttr
string getAttr(string key)
- getDynamicAttr
Object getDynamicAttr(string dynamicAttrKey)
- getDynamicAttrs
Map!(string, Object) getDynamicAttrs()
- getHost
string getHost()
- getOriginUrl
string getOriginUrl()
- getPath
string getPath()
- getPort
int getPort()
- getProtocolType
string getProtocolType()
- getRpcVersion
int getRpcVersion()
- getSerializationType
string getSerializationType()
- getStaticAttr
string getStaticAttr(string staticAttrKey)
- getStaticAttrs
Map!(string, string) getStaticAttrs()
- getWeight
int getWeight()
- init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDynamicAttr
UrlInfo setDynamicAttr(string dynamicAttrKey, Object dynamicAttrValue)
- setDynamicAttrs
UrlInfo setDynamicAttrs(Map!(string, Object) dynamicAttrs)
- setHost
UrlInfo setHost(string host)
- setOriginUrl
UrlInfo setOriginUrl(string originUrl)
- setPath
UrlInfo setPath(string path)
- setPort
UrlInfo setPort(int port)
- setProtocolType
UrlInfo setProtocolType(string protocolType)
- setRpcVersion
UrlInfo setRpcVersion(int rpcVersion)
- setSerializationType
UrlInfo setSerializationType(string serializationType)
- setStaticAttr
UrlInfo setStaticAttr(string staticAttrKey, string staticAttrValue)
- setStaticAttrs
UrlInfo setStaticAttrs(Map!(string, string) staticAttrs)
- setWeight
UrlInfo setWeight(int weight)
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUrl
string toUrl()