| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.common | |
| org.apache.dubbo.common.url.component |
| 类和说明 |
|---|
| ServiceConfigURL |
| URLAddress |
| 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. |
| 类和说明 |
|---|
| DubboServiceAddressURL |
| PathURLAddress |
| ServiceAddressURL |
| ServiceConfigURL |
| URLAddress |
| 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. |
| 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.