类 URL

    • 方法详细资料

      • valueOf

        public static URL valueOf​(String url)
        已过时。
      • encode

        public static String encode​(String value)
        已过时。
      • decode

        public static String decode​(String value)
        已过时。
      • getProtocol

        public String getProtocol()
        已过时。
        覆盖:
        getProtocol 在类中 org.apache.dubbo.common.URL
      • setProtocol

        public URL setProtocol​(String protocol)
        已过时。
        覆盖:
        setProtocol 在类中 org.apache.dubbo.common.URL
      • getUsername

        public String getUsername()
        已过时。
        覆盖:
        getUsername 在类中 org.apache.dubbo.common.URL
      • setUsername

        public URL setUsername​(String username)
        已过时。
        覆盖:
        setUsername 在类中 org.apache.dubbo.common.URL
      • getPassword

        public String getPassword()
        已过时。
        覆盖:
        getPassword 在类中 org.apache.dubbo.common.URL
      • setPassword

        public URL setPassword​(String password)
        已过时。
        覆盖:
        setPassword 在类中 org.apache.dubbo.common.URL
      • getAuthority

        public String getAuthority()
        已过时。
        覆盖:
        getAuthority 在类中 org.apache.dubbo.common.URL
      • getHost

        public String getHost()
        已过时。
        覆盖:
        getHost 在类中 org.apache.dubbo.common.URL
      • setHost

        public URL setHost​(String host)
        已过时。
        覆盖:
        setHost 在类中 org.apache.dubbo.common.URL
      • getIp

        public String getIp()
        已过时。
        覆盖:
        getIp 在类中 org.apache.dubbo.common.URL
      • getPort

        public int getPort()
        已过时。
        覆盖:
        getPort 在类中 org.apache.dubbo.common.URL
      • setPort

        public URL setPort​(int port)
        已过时。
        覆盖:
        setPort 在类中 org.apache.dubbo.common.URL
      • getPort

        public int getPort​(int defaultPort)
        已过时。
        覆盖:
        getPort 在类中 org.apache.dubbo.common.URL
      • getAddress

        public String getAddress()
        已过时。
        覆盖:
        getAddress 在类中 org.apache.dubbo.common.URL
      • setAddress

        public URL setAddress​(String address)
        已过时。
        覆盖:
        setAddress 在类中 org.apache.dubbo.common.URL
      • getBackupAddress

        public String getBackupAddress()
        已过时。
        覆盖:
        getBackupAddress 在类中 org.apache.dubbo.common.URL
      • getBackupAddress

        public String getBackupAddress​(int defaultPort)
        已过时。
        覆盖:
        getBackupAddress 在类中 org.apache.dubbo.common.URL
      • getPath

        public String getPath()
        已过时。
        覆盖:
        getPath 在类中 org.apache.dubbo.common.URL
      • setPath

        public URL setPath​(String path)
        已过时。
        覆盖:
        setPath 在类中 org.apache.dubbo.common.URL
      • getAbsolutePath

        public String getAbsolutePath()
        已过时。
        覆盖:
        getAbsolutePath 在类中 org.apache.dubbo.common.URL
      • getParameters

        public Map<String,​String> getParameters()
        已过时。
        覆盖:
        getParameters 在类中 org.apache.dubbo.common.URL
      • getParameterAndDecoded

        public String getParameterAndDecoded​(String key)
        已过时。
        覆盖:
        getParameterAndDecoded 在类中 org.apache.dubbo.common.URL
      • getParameterAndDecoded

        public String getParameterAndDecoded​(String key,
                                             String defaultValue)
        已过时。
        覆盖:
        getParameterAndDecoded 在类中 org.apache.dubbo.common.URL
      • getParameter

        public String getParameter​(String key)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public String getParameter​(String key,
                                   String defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public String[] getParameter​(String key,
                                     String[] defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getUrlParameter

        public URL getUrlParameter​(String key)
        已过时。
        覆盖:
        getUrlParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public double getParameter​(String key,
                                   double defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public float getParameter​(String key,
                                  float defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public long getParameter​(String key,
                                 long defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public int getParameter​(String key,
                                int defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public short getParameter​(String key,
                                  short defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public byte getParameter​(String key,
                                 byte defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public float getPositiveParameter​(String key,
                                          float defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public double getPositiveParameter​(String key,
                                           double defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public long getPositiveParameter​(String key,
                                         long defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public int getPositiveParameter​(String key,
                                        int defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public short getPositiveParameter​(String key,
                                          short defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getPositiveParameter

        public byte getPositiveParameter​(String key,
                                         byte defaultValue)
        已过时。
        覆盖:
        getPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public char getParameter​(String key,
                                 char defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • getParameter

        public boolean getParameter​(String key,
                                    boolean defaultValue)
        已过时。
        覆盖:
        getParameter 在类中 org.apache.dubbo.common.URL
      • hasParameter

        public boolean hasParameter​(String key)
        已过时。
        覆盖:
        hasParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameterAndDecoded

        public String getMethodParameterAndDecoded​(String method,
                                                   String key)
        已过时。
        覆盖:
        getMethodParameterAndDecoded 在类中 org.apache.dubbo.common.URL
      • getMethodParameterAndDecoded

        public String getMethodParameterAndDecoded​(String method,
                                                   String key,
                                                   String defaultValue)
        已过时。
        覆盖:
        getMethodParameterAndDecoded 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public String getMethodParameter​(String method,
                                         String key)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public String getMethodParameter​(String method,
                                         String key,
                                         String defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public double getMethodParameter​(String method,
                                         String key,
                                         double defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public float getMethodParameter​(String method,
                                        String key,
                                        float defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public long getMethodParameter​(String method,
                                       String key,
                                       long defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public int getMethodParameter​(String method,
                                      String key,
                                      int defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public short getMethodParameter​(String method,
                                        String key,
                                        short defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public byte getMethodParameter​(String method,
                                       String key,
                                       byte defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public double getMethodPositiveParameter​(String method,
                                                 String key,
                                                 double defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public float getMethodPositiveParameter​(String method,
                                                String key,
                                                float defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public long getMethodPositiveParameter​(String method,
                                               String key,
                                               long defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public int getMethodPositiveParameter​(String method,
                                              String key,
                                              int defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public short getMethodPositiveParameter​(String method,
                                                String key,
                                                short defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodPositiveParameter

        public byte getMethodPositiveParameter​(String method,
                                               String key,
                                               byte defaultValue)
        已过时。
        覆盖:
        getMethodPositiveParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public char getMethodParameter​(String method,
                                       String key,
                                       char defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • getMethodParameter

        public boolean getMethodParameter​(String method,
                                          String key,
                                          boolean defaultValue)
        已过时。
        覆盖:
        getMethodParameter 在类中 org.apache.dubbo.common.URL
      • hasMethodParameter

        public boolean hasMethodParameter​(String method,
                                          String key)
        已过时。
        覆盖:
        hasMethodParameter 在类中 org.apache.dubbo.common.URL
      • isLocalHost

        public boolean isLocalHost()
        已过时。
        覆盖:
        isLocalHost 在类中 org.apache.dubbo.common.URL
      • isAnyHost

        public boolean isAnyHost()
        已过时。
        覆盖:
        isAnyHost 在类中 org.apache.dubbo.common.URL
      • addParameterAndEncoded

        public URL addParameterAndEncoded​(String key,
                                          String value)
        已过时。
        覆盖:
        addParameterAndEncoded 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                boolean value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                char value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                byte value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                short value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                int value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                long value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                float value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                double value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                Enum<?> value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                Number value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                CharSequence value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameter

        public URL addParameter​(String key,
                                String value)
        已过时。
        覆盖:
        addParameter 在类中 org.apache.dubbo.common.URL
      • addParameterIfAbsent

        public URL addParameterIfAbsent​(String key,
                                        String value)
        已过时。
        覆盖:
        addParameterIfAbsent 在类中 org.apache.dubbo.common.URL
      • addParameters

        public URL addParameters​(Map<String,​String> parameters)
        已过时。
        覆盖:
        addParameters 在类中 org.apache.dubbo.common.URL
      • addParametersIfAbsent

        public URL addParametersIfAbsent​(Map<String,​String> parameters)
        已过时。
        覆盖:
        addParametersIfAbsent 在类中 org.apache.dubbo.common.URL
      • addParameters

        public URL addParameters​(String... pairs)
        已过时。
        覆盖:
        addParameters 在类中 org.apache.dubbo.common.URL
      • addParameterString

        public URL addParameterString​(String query)
        已过时。
        覆盖:
        addParameterString 在类中 org.apache.dubbo.common.URL
      • removeParameter

        public URL removeParameter​(String key)
        已过时。
        覆盖:
        removeParameter 在类中 org.apache.dubbo.common.URL
      • removeParameters

        public URL removeParameters​(Collection<String> keys)
        已过时。
        覆盖:
        removeParameters 在类中 org.apache.dubbo.common.URL
      • removeParameters

        public URL removeParameters​(String... keys)
        已过时。
        覆盖:
        removeParameters 在类中 org.apache.dubbo.common.URL
      • clearParameters

        public URL clearParameters()
        已过时。
        覆盖:
        clearParameters 在类中 org.apache.dubbo.common.URL
      • getRawParameter

        public String getRawParameter​(String key)
        已过时。
        覆盖:
        getRawParameter 在类中 org.apache.dubbo.common.URL
      • toMap

        public Map<String,​String> toMap()
        已过时。
        覆盖:
        toMap 在类中 org.apache.dubbo.common.URL
      • toString

        public String toString()
        已过时。
        覆盖:
        toString 在类中 org.apache.dubbo.common.URL
      • toString

        public String toString​(String... parameters)
        已过时。
        覆盖:
        toString 在类中 org.apache.dubbo.common.URL
      • toIdentityString

        public String toIdentityString()
        已过时。
        覆盖:
        toIdentityString 在类中 org.apache.dubbo.common.URL
      • toIdentityString

        public String toIdentityString​(String... parameters)
        已过时。
        覆盖:
        toIdentityString 在类中 org.apache.dubbo.common.URL
      • toFullString

        public String toFullString()
        已过时。
        覆盖:
        toFullString 在类中 org.apache.dubbo.common.URL
      • toFullString

        public String toFullString​(String... parameters)
        已过时。
        覆盖:
        toFullString 在类中 org.apache.dubbo.common.URL
      • toParameterString

        public String toParameterString()
        已过时。
        覆盖:
        toParameterString 在类中 org.apache.dubbo.common.URL
      • toParameterString

        public String toParameterString​(String... parameters)
        已过时。
        覆盖:
        toParameterString 在类中 org.apache.dubbo.common.URL
      • toJavaURL

        public URL toJavaURL()
        已过时。
        覆盖:
        toJavaURL 在类中 org.apache.dubbo.common.URL
      • toInetSocketAddress

        public InetSocketAddress toInetSocketAddress()
        已过时。
        覆盖:
        toInetSocketAddress 在类中 org.apache.dubbo.common.URL
      • getServiceKey

        public String getServiceKey()
        已过时。
        覆盖:
        getServiceKey 在类中 org.apache.dubbo.common.URL
      • toServiceStringWithoutResolving

        public String toServiceStringWithoutResolving()
        已过时。
        覆盖:
        toServiceStringWithoutResolving 在类中 org.apache.dubbo.common.URL
      • toServiceString

        public String toServiceString()
        已过时。
        覆盖:
        toServiceString 在类中 org.apache.dubbo.common.URL
      • getServiceInterface

        public String getServiceInterface()
        已过时。
        覆盖:
        getServiceInterface 在类中 org.apache.dubbo.common.URL
      • setServiceInterface

        public URL setServiceInterface​(String service)
        已过时。
        覆盖:
        setServiceInterface 在类中 org.apache.dubbo.common.URL
      • getOriginalURL

        public org.apache.dubbo.common.URL getOriginalURL()
        已过时。