| 类 | 说明 |
|---|---|
| DubboServiceAddressURL | |
| PathURLAddress | |
| ServiceAddressURL | |
| ServiceConfigURL | |
| URLAddress | |
| URLItemCache | |
| URLParam |
A class which store parameters for
URL
Using DynamicParamTable to compress common keys (i.e. side, version)
DynamicParamTable allow to use only two integer value named `key` and
`value-offset` to find a unique string to string key-pair. |
| URLParam.URLParamMap |
An embedded Map adapt to URLParam
copy-on-write mode, urlParam reference will be changed after modify actions. |
| URLParam.URLParamMap.Node | |
| URLPlainParam |
Act like URLParam, will not use DynamicParamTable to compress parameters,
which can support serializer serialization and deserialization.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.