com.aliyuncs.auth
类 AcsURLEncoder

java.lang.Object
  继承者 com.aliyuncs.auth.AcsURLEncoder

public class AcsURLEncoder
extends Object


字段摘要
static String URL_ENCODING
           
 
构造方法摘要
AcsURLEncoder()
           
 
方法摘要
static String encode(String value)
           
static String percentEncode(String value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

URL_ENCODING

public static final String URL_ENCODING
另请参见:
常量字段值
构造方法详细信息

AcsURLEncoder

public AcsURLEncoder()
方法详细信息

encode

public static String encode(String value)
                     throws UnsupportedEncodingException
抛出:
UnsupportedEncodingException

percentEncode

public static String percentEncode(String value)
                            throws UnsupportedEncodingException
抛出:
UnsupportedEncodingException


Copyright © 2017. All Rights Reserved.