类的使用
org.apache.dubbo.common.url.component.URLAddress
-
使用URLAddress的程序包 程序包 说明 org.apache.dubbo.common org.apache.dubbo.common.url.component org.apache.dubbo.registry.client * The inspiration of service registration and discovery comes from Spring Cloud Commons. -
-
org.apache.dubbo.common中URLAddress的使用
返回URLAddress的org.apache.dubbo.common中的方法 修饰符和类型 方法 说明 URLAddressURL. getUrlAddress()参数类型为URLAddress的org.apache.dubbo.common中的构造器 构造器 说明 URL(URLAddress urlAddress, URLParam urlParam) -
org.apache.dubbo.common.url.component中URLAddress的使用
org.apache.dubbo.common.url.component中URLAddress的子类 修饰符和类型 类 说明 classPathURLAddress返回URLAddress的org.apache.dubbo.common.url.component中的方法 修饰符和类型 方法 说明 static URLAddressURLAddress. parse(String rawAddress, String defaultProtocol, boolean encoded)URLAddressPathURLAddress. setAddress(String host, int port)URLAddressURLAddress. setAddress(String host, int port)URLAddressPathURLAddress. setHost(String host)URLAddressURLAddress. setHost(String host)URLAddressURLAddress. setPassword(String password)URLAddressURLAddress. setPath(String path)URLAddressPathURLAddress. setPort(int port)URLAddressURLAddress. setPort(int port)URLAddressPathURLAddress. setProtocol(String protocol)URLAddressURLAddress. setProtocol(String protocol)URLAddressPathURLAddress. setUsername(String username)URLAddressURLAddress. setUsername(String username)参数类型为URLAddress的org.apache.dubbo.common.url.component中的构造器 构造器 说明 DubboServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL, ServiceConfigURL overrideURL)ServiceAddressURL(URLAddress urlAddress, URLParam urlParam, URL consumerURL)ServiceConfigURL(URLAddress urlAddress, URLParam urlParam, Map<String,Object> attributes) -
org.apache.dubbo.registry.client中URLAddress的使用
返回URLAddress的org.apache.dubbo.registry.client中的方法 修饰符和类型 方法 说明 URLAddressInstanceAddressURL. getUrlAddress()
-