Uses of Class
org.apache.dubbo.common.url.component.URLAddress
Packages that use URLAddress
-
Uses of URLAddress in org.apache.dubbo.common
Methods in org.apache.dubbo.common that return URLAddressConstructors in org.apache.dubbo.common with parameters of type URLAddress -
Uses of URLAddress in org.apache.dubbo.common.url.component
Subclasses of URLAddress in org.apache.dubbo.common.url.componentMethods in org.apache.dubbo.common.url.component that return URLAddressModifier and TypeMethodDescriptionstatic URLAddressPathURLAddress.setAddress(String host, int port) URLAddress.setAddress(String host, int port) URLAddress.setPassword(String password) PathURLAddress.setPort(int port) URLAddress.setPort(int port) PathURLAddress.setProtocol(String protocol) URLAddress.setProtocol(String protocol) PathURLAddress.setUsername(String username) URLAddress.setUsername(String username) Constructors in org.apache.dubbo.common.url.component with parameters of type URLAddressModifierConstructorDescriptionDubboServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL, ServiceConfigURL overrideURL) ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL) ServiceConfigURL(URLAddress urlAddress, URLParam urlParam, Map<String, Object> attributes)