Uses of Class
org.apache.dubbo.common.url.component.URLParam
Packages that use URLParam
-
Uses of URLParam in org.apache.dubbo.common
Methods in org.apache.dubbo.common that return URLParamConstructors in org.apache.dubbo.common with parameters of type URLParam -
Uses of URLParam in org.apache.dubbo.common.url.component
Subclasses of URLParam in org.apache.dubbo.common.url.componentModifier and TypeClassDescriptionclassAct like URLParam, will not use DynamicParamTable to compress parameters, which can support serializer serialization and deserialization.Methods in org.apache.dubbo.common.url.component that return URLParamModifier and TypeMethodDescriptionURLParam.addParameter(String key, String value) Add parameters to a new URLParam.URLParam.addParameterIfAbsent(String key, String value) Add absent parameters to a new URLParam.URLParam.addParameters(Map<String, String> parameters) Add parameters to a new URLParam.URLParam.addParametersIfAbsent(Map<String, String> parameters) Add absent parameters to a new URLParam.URLParam.clearParameters()remove all of the parameters in URLParamURLParam.URLParamMap.getUrlParam()static URLParamParse URLParam Init URLParam by constructor is not allowedstatic URLParamParse URLParam Init URLParam by constructor is not allowedstatic URLParamParse URLParam Init URLParam by constructor is not allowed rawParam field in result will be null whilegetRawParam()will automatically create itstatic URLParamParse URLParam Init URLParam by constructor is not allowedURLParam.removeParameters(String... keys) remove specified parameters in URLParamMethods in org.apache.dubbo.common.url.component with parameters of type URLParamModifier and TypeMethodDescriptionstatic URLPlainParamURLPlainParam.toURLPlainParam(URLParam urlParam) Constructors in org.apache.dubbo.common.url.component with parameters of type URLParamModifierConstructorDescriptionDubboServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL, ServiceConfigURL overrideURL) ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL) ServiceConfigURL(URLAddress urlAddress, URLParam urlParam, Map<String, Object> attributes) URLParamMap(URLParam urlParam)