跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

abortMultipartUpload(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
放弃分片上传
accept() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取请求头
accept(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置请求头
acceptEncoding() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取请求编码
acceptEncoding(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置请求编码
accumulate(String, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Accumulate values under a key.
allocateBackend(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
添加ULB后端资源实例
allocateEIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
根据提供信息,分配弹性IP
allocateVIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
根据提供信息,分配内网VIP
ApiConst - com.github.biezhi.ucloud中的类
API常量类
ApiConst.ChargeType - com.github.biezhi.ucloud中的枚举
计费模式 年,月,按需,实用
ApiConst.ImageType - com.github.biezhi.ucloud中的枚举
镜像类型
ApiConst.Line - com.github.biezhi.ucloud中的类
线路列表
ApiConst.OsType - com.github.biezhi.ucloud中的枚举
操作系统类型
ApiConst.Region - com.github.biezhi.ucloud中的类
数据中心列表 UCLOUD目前拥有7大数据中心,分别位于华北、华东、华南、香港及北美,每个数据中心所提供的网络带宽有所不同,在操作与公网相关的API时,需要主机选定数据中心所支持的网络线路。
ApiException - com.github.biezhi.ucloud.exception中的异常错误
API异常类
ApiException(Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.ApiException
ApiException
ApiException(String) - 异常错误 的构造器com.github.biezhi.ucloud.exception.ApiException
ApiException
ApiException(String, Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.ApiException
ApiException
append(char) - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Append a single character to this Writer.
append(CharSequence) - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Append a character sequence to this Writer.
append(CharSequence, int, int) - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Append a portion of a character sequence to the StringBuilder.
append(String, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Append values to the array under a key.
array() - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Begin appending a new array.
attachUdisk(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
将一个可用的UDisk挂载到某台主机上,当UDisk挂载成功后,还需要在主机内部进行文件系统操作

B

back() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Back up one character.
backupUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
备份udb实例
BASE64Encoder - com.github.biezhi.ucloud.util中的类
 
BASE64Encoder() - 类 的构造器com.github.biezhi.ucloud.util.BASE64Encoder
 
BASE_URL - 类 中的静态变量com.github.biezhi.ucloud.UCloudConfig
访问API的webservice地址
BaseApi - com.github.biezhi.ucloud.api中的类
API的基类
BaseApi() - 类 的构造器com.github.biezhi.ucloud.api.BaseApi
 
BGP - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Line
BGP
bindEIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
将弹性IP绑定到资源上
bindSSL(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
将SSL证书绑定到VServer
BJ_BGP_A - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
北京BGP-A(Bgp: BGP线路)
BJ_BGP_B - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
北京BGP-B(Bgp: BGP线路)
BJ_BGP_C - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
北京BGP-C(Bgp: BGP线路)
BM - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
北美(International: 国际线路)
body - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
存储响应主体
body() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取响应主体
body(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置内容主体
body(byte[], String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置主体字节码
bodyBytes() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取响应流字节码
bodyHtml(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置内容html
bodyText() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取响应文本
bodyText(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置内容主体编码
bodyText(String, String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置内容mediaType
bodyText(String, String, String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置主体文本
buyUcdnTraffic(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
购买流量

C

CDL - com.github.biezhi.ucloud.json中的类
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - 类 的构造器com.github.biezhi.ucloud.json.CDL
 
charset - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
UTF-8
charset() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
返回字符集
charset(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置字符集
clearUDBLog(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
清除udb实例的log
close(Closeable) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
关闭数据流
close() - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Closing this writer has no effect.
com.github.biezhi.ucloud - 程序包 com.github.biezhi.ucloud
 
com.github.biezhi.ucloud.api - 程序包 com.github.biezhi.ucloud.api
 
com.github.biezhi.ucloud.exception - 程序包 com.github.biezhi.ucloud.exception
 
com.github.biezhi.ucloud.http - 程序包 com.github.biezhi.ucloud.http
 
com.github.biezhi.ucloud.json - 程序包 com.github.biezhi.ucloud.json
 
com.github.biezhi.ucloud.model - 程序包 com.github.biezhi.ucloud.model
 
com.github.biezhi.ucloud.util - 程序包 com.github.biezhi.ucloud.util
 
CONFGI_NAME - 类 中的静态变量com.github.biezhi.ucloud.UCloudConfig
UCloud配置文件名称
connect() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
连接
connectionKeepAlive(boolean) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置是否为活动连接
contentEncoding() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取内容编码
contentLength() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取内容长度
contentLength(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置内容长度
contentType() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取contentType
contentType(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置contentType
contentType(String, String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置mediaType包含字符集
Cookie - com.github.biezhi.ucloud.json中的类
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - 类 的构造器com.github.biezhi.ucloud.json.Cookie
 
CookieList - com.github.biezhi.ucloud.json中的类
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - 类 的构造器com.github.biezhi.ucloud.json.CookieList
 
copy(Reader, Writer) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
复制数据流
copyLarge(Reader, Writer) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
复制长数据流
copyLarge(Reader, Writer, char[]) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
复制长数据流
createBucket(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
创建Bucket
createCustomImage(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
从指定UHost实例,生成自定义镜像
createPolicy(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
创建内容转发策略
createPolicyGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
创建内容转发策略组
createSecurityGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
创建防火墙组
createSSL(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
添加SSL证书
createUcdnDomain(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
创建加速域名
createUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
创建udb实例(包括mysql、mongodb实例和从备份恢复实例)
createUDBParamGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
从已有配置文件创建新配置文件
createUDBReplicationInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
创建mongodb的副本节点(包括仲裁)
createUDBSlave(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
创建udb实例的slave
createUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
创建云主机
createUHostInstanceSnapshot(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
对指定UHost实例制作数据快照
createULB(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
创建负载均衡实例
createVServer(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
创建VServer实例
CRLF - 类 中的静态变量com.github.biezhi.ucloud.json.HTTP
Carriage return/line feed.

D

decodeURL(String) - 类 中的静态方法com.github.biezhi.ucloud.util.URLEncodeUtils
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
默认缓冲
dehexchar(char) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONTokener
Get the hex value of a character (base16).
deleteBucket(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
删除Bucket
deleteFile(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
删除文件
deletePolicy(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
删除内容转发策略
deletePolicyGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
删除内容转发策略组
deleteSecurityGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
删除防火墙
deleteSSL(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
删除SSL证书
deleteUDBBackup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
删除udb实例备份
deleteUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
删除udb实例
deleteUDBParamGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
删除配置参数组
deleteULB(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
删除负载均衡实例
deleteVServer(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
删除VServer实例
describeBucket(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
获取Bucket的描述信息
describeEIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
获取弹性IP详细信息
describeImage(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
获取指定数据中心镜像列表
describePolicyGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
显示内容转发策略组详情
describePrefetchCacheTask(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取域名预取任务状态
describeRefreshCacheTask(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取域名刷新任务状态
describeSecurityGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
获取防火墙组信息
describeSecurityGroupResource(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
获取防火墙组所绑定资源的外网IP
describeSSL(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
显示SSL证书信息
describeUcdnDomain(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取加速域名详细信息
describeUDBBackup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
列表udb实例备份信息
describeUDBBackupBlacklist(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取udb实例的备份黑名单
describeUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取udb实例信息
describeUDBInstancePrice(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取udb实例价格信息
describeUDBInstanceState(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取udb实例状态
describeUDBParamGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取参数组详细参数信息
describeUDBType(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
获取udb支持的类型信息
describeUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
列出UHost实例列表
describeUHostInstanceSnapshot(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
获取已经存在的UHost实例的存储快照列表
describeULB(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
显示负载均衡实例信息
describeVIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
获取内网VIP详细信息
detachUdisk(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
卸载某个已经挂载在指定UHost实例上的UDisk
disconnect() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
断开连接
doubleToString(double) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Produce a string from a double.
DUPLET - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Line
双线

E

editUDBBackupBlacklist(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
编辑udb实例的备份黑名单
encode(String) - 类 中的静态方法com.github.biezhi.ucloud.util.BASE64Encoder
 
encodeURL(String) - 类 中的静态方法com.github.biezhi.ucloud.util.URLEncodeUtils
 
EncryptUtil - com.github.biezhi.ucloud.util中的类
 
EncryptUtil() - 类 的构造器com.github.biezhi.ucloud.util.EncryptUtil
 
end() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
 
endArray() - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
End an array.
endObject() - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
End an object.
escape(String) - 类 中的静态方法com.github.biezhi.ucloud.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
execute(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.BaseApi
执行API请求
execute() - 类 中的方法com.github.biezhi.ucloud.http.HttpRequest
执行Reuqest请求

F

finishMultipartUpload(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
完成分片上传(完成分片上传是把之前的各个分片数据块组合成一个文件。
flush() - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Flushing this writer has no effect.
form - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
存储表单数据
form() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取表单数据
formEncoding - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
formEncoding
formEncoding(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置表单编码

G

get(String) - 类 中的静态方法com.github.biezhi.ucloud.http.HttpRequest
GET请求
get(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the object value associated with an index.
get(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the value object associated with a key.
getAction() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取操作
getBoolean(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the boolean value associated with a key.
getBuilder() - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Return the underlying builder.
getCause() - 异常错误 中的方法com.github.biezhi.ucloud.json.JSONException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getDouble(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the double value associated with an index.
getDouble(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the double value associated with a key.
getEIPPrice(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
获取弹性IP价格
getFile(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
下载文件
getFileList(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
获取Bucket的文件列表
getHeaderFields() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取请求头信息
getHttpParams() - 类 中的方法com.github.biezhi.ucloud.model.UCloud
获取httpurl形式的参数
getHttpRequest() - 类 中的方法com.github.biezhi.ucloud.http.HttpResponse
获取请求对象
getHttpsURLConnection() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取HttpsURLConnection对象
getHttpURLConnection() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取HttpURLConnection对象
getInputStream() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
 
getInt(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the int value associated with an index.
getInt(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the JSONObject value associated with a key.
getJsonResponse() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取json响应
getLong(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the long value associated with an index.
getLong(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the long value associated with a key.
getMapResponse() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取map格式的响应
getMessage() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取响应消息
getMethod() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取请求方法,GET/POST
getMetric(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UMonApi
获取监控数据
getNames(JSONObject) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Get an array of field names from an Object.
getOutputStream() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取输出流对象
getParamsMap() - 类 中的方法com.github.biezhi.ucloud.model.UCloud
 
getProperty(String) - 类 中的静态方法com.github.biezhi.ucloud.util.PropUtil
根据文件名读取properties文件
getPropertyMap(String) - 类 中的静态方法com.github.biezhi.ucloud.util.PropUtil
根据资源文件名称转为map格式
getQuery(Map<String, Object>) - 类 中的静态方法com.github.biezhi.ucloud.http.HttpUtil
map转为url参数
getRequestURL() - 类 中的方法com.github.biezhi.ucloud.model.UCloud
获取请求URL(包括参数和签名)
getResponse(HttpResponse) - 类 中的方法com.github.biezhi.ucloud.api.BaseApi
获取返回的Response
getResponseCode() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取响应码
getRetCode() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取响应码
getSignature() - 类 中的方法com.github.biezhi.ucloud.model.UCloud
获取签名
getStatusCode() - 类 中的方法com.github.biezhi.ucloud.http.HttpResponse
获取状态码
getString(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the string associated with an index.
getString(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the string associated with a key.
getTimeout() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取超时
getUcdnDomainBandwidth(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取加速域名带宽使用信息
getUcdnDomainLog(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取加速域名原始日志
getUcdnDomainPrefetchEnable(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取域名预取开启状态
getUcdnDomainTraffic(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取加速域名流量使用信息
getUcdnTraffic(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
获取流量信息
getUHostInstancePrice(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
根据UHost实例配置,获取UHost实例的价格
getUHostInstanceVncInfo(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
获取指定UHost实例的管理VNC配置详细信息
getUrl() - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
获取请求URL
grantSecurityGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
将防火墙应用到资源上

H

has(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Determine if the JSONObject contains a specific key.
HD_SX - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
华东双线(Duplet: 双线, Unicom: 网通, Telecom: 电信)
header(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
根据name获取头信息
header(String, String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置一个header
header(String, String, boolean) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
覆盖一个header
header(String, int) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
header
header(String, long) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
header
HEADER_ACCEPT - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Accept
HEADER_ACCEPT_ENCODING - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Accept-Encoding
HEADER_CLOSE - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Close
HEADER_CONNECTION - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Connection
HEADER_CONTENT_ENCODING - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Content-Encoding
HEADER_CONTENT_LENGTH - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Content-Length
HEADER_CONTENT_TYPE - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Content-Type
HEADER_ETAG - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
ETag
HEADER_HOST - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Host
HEADER_KEEP_ALIVE - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
Keep-Alive
HEADER_USER_AGENT - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
User-Agent
headers - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
存储头信息
headers() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取headers
HN_SX - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
华南双线(Duplet: 双线, Unicom: 网通, Telecom: 电信)
HTTP - com.github.biezhi.ucloud.json中的类
Convert an HTTP header to a JSONObject and back.
HTTP() - 类 的构造器com.github.biezhi.ucloud.json.HTTP
 
HTTP_1_0 - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
HTTP/1.0
HTTP_1_1 - 类 中的静态变量com.github.biezhi.ucloud.http.HttpBase
HTTP/1.1
HttpBase<T> - com.github.biezhi.ucloud.http中的类
http基类
HttpBase() - 类 的构造器com.github.biezhi.ucloud.http.HttpBase
 
HttpConnection - com.github.biezhi.ucloud.http中的类
http连接对象
HttpConnection(String, String) - 类 的构造器com.github.biezhi.ucloud.http.HttpConnection
初始化HttpConnection
HttpConnection.TrustAnyHostnameVerifier - com.github.biezhi.ucloud.http中的类
https 域名校验
HttpException - com.github.biezhi.ucloud.http中的异常错误
http异常类
HttpException() - 异常错误 的构造器com.github.biezhi.ucloud.http.HttpException
HttpException
HttpException(String) - 异常错误 的构造器com.github.biezhi.ucloud.http.HttpException
HttpException
HttpException(Throwable) - 异常错误 的构造器com.github.biezhi.ucloud.http.HttpException
HttpException
HttpRequest - com.github.biezhi.ucloud.http中的类
http请求类
HttpRequest(String) - 类 的构造器com.github.biezhi.ucloud.http.HttpRequest
设置请求URL
HttpResponse - com.github.biezhi.ucloud.http中的类
Http响应类
HttpResponse() - 类 的构造器com.github.biezhi.ucloud.http.HttpResponse
 
HTTPTokener - com.github.biezhi.ucloud.json中的类
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - 类 的构造器com.github.biezhi.ucloud.json.HTTPTokener
Construct an HTTPTokener from a string.
HttpUtil - com.github.biezhi.ucloud.http中的类
http util
HttpUtil() - 类 的构造器com.github.biezhi.ucloud.http.HttpUtil
 
httpVersion - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
http版本
httpVersion() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
返回http版本
httpVersion(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置http版本

I

increment(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Increment a property of a JSONObject.
initForm() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
初始化表单
initiateMultipartUpload(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
初始化分片上传
INTERNATIONAL - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Line
国际线路
isConnectionPersistent() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取是否为活动连接
isNull(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Determine if the value is null.
isNull(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isSuccess() - 类 中的方法com.github.biezhi.ucloud.api.Response
返回是否成功
isURLEncoded(String) - 类 中的静态方法com.github.biezhi.ucloud.util.URLEncodeUtils
判断段落文本是否被urlencode过

J

join(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - com.github.biezhi.ucloud.json中的类
A JSONArray is an ordered sequence of values.
JSONArray() - 类 的构造器com.github.biezhi.ucloud.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - 类 的构造器com.github.biezhi.ucloud.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - 类 的构造器com.github.biezhi.ucloud.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection<Object>) - 类 的构造器com.github.biezhi.ucloud.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - 类 的构造器com.github.biezhi.ucloud.json.JSONArray
Construct a JSONArray from an array
JSONException - com.github.biezhi.ucloud.json中的异常错误
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - 异常错误 的构造器com.github.biezhi.ucloud.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - 异常错误 的构造器com.github.biezhi.ucloud.json.JSONException
Constructs a new JSONException with the specified cause.
JSONMap - com.github.biezhi.ucloud.json中的类
 
JSONMap() - 类 的构造器com.github.biezhi.ucloud.json.JSONMap
 
JSONObject - com.github.biezhi.ucloud.json中的类
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map<String, Object>) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - 类 的构造器com.github.biezhi.ucloud.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONString - com.github.biezhi.ucloud.json中的接口
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - com.github.biezhi.ucloud.json中的类
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - 类 的构造器com.github.biezhi.ucloud.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - com.github.biezhi.ucloud.json中的类
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - 类 的构造器com.github.biezhi.ucloud.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - 类 的构造器com.github.biezhi.ucloud.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - 类 的构造器com.github.biezhi.ucloud.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - com.github.biezhi.ucloud.json中的类
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - 类 的构造器com.github.biezhi.ucloud.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Append a key.
keys() - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get a set of keys of the JSONObject.

L

length() - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get the number of keys stored in the JSONObject.
Line() - 类 的构造器com.github.biezhi.ucloud.ApiConst.Line
 

M

main(String[]) - 类 中的静态方法com.github.biezhi.ucloud.util.EncryptUtil
 
map2HttpParams(Map<String, Object>) - 类 中的静态方法com.github.biezhi.ucloud.util.UCloudUtil
 
md5(String) - 类 中的静态方法com.github.biezhi.ucloud.util.EncryptUtil
 
mediaType - 类 中的变量com.github.biezhi.ucloud.http.HttpBase
mediaType
mediaType() - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
获取mediaType
mediaType(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置mediaType
method - 类 中的变量com.github.biezhi.ucloud.http.HttpRequest
method
mode - 类 中的变量com.github.biezhi.ucloud.json.JSONWriter
The current mode.
modifyEIPBandwidth(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
修改弹性IP的外网带宽
modifyEIPWeight(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
修改弹性IP的外网出口权重
modifyUDBInstanceName(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
重命名udb实例
modifyUHostInstanceName(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
修改指定UHost实例名称
modifyUHostInstanceRemark(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
修改指定UHost实例备注信息
modifyUHostInstanceTag(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
修改指定UHost实例业务组标识
more() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the next character in the source string.
next(char) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the next n characters.
nextClean() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextString(char) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - 类 中的方法com.github.biezhi.ucloud.json.HTTPTokener
Get the next token or string.
nextValue() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Get the next value.
NULL - 类 中的静态变量com.github.biezhi.ucloud.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Produce a string from a Number.

O

OauthException - com.github.biezhi.ucloud.exception中的异常错误
认证异常类
OauthException(Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.OauthException
OauthException
OauthException(String) - 异常错误 的构造器com.github.biezhi.ucloud.exception.OauthException
OauthException
OauthException(String, Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.OauthException
OauthException
object() - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Begin appending a new object.
opt(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional object value associated with an index.
opt(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Get the optional string associated with an index.
optString(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Get an optional string associated with a key.

P

PARAM_ACTION - 类 中的静态变量com.github.biezhi.ucloud.ApiConst
动作参数
parseQuery(String, boolean) - 类 中的静态方法com.github.biezhi.ucloud.http.HttpUtil
参数转换为map,a=1&b=2
post(String) - 类 中的静态方法com.github.biezhi.ucloud.http.HttpRequest
POST请求
postFile(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
表单上传文件
prefetchDomainCache(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
预取文件
PRIVATE_KEY - 类 中的静态变量com.github.biezhi.ucloud.UCloudConfig
UCloud用户私钥
promoteUDBSlave(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
从库提升为独立库
PropUtil - com.github.biezhi.ucloud.util中的类
properties工具类
PropUtil() - 类 的构造器com.github.biezhi.ucloud.util.PropUtil
 
PUBLIC_KEY - 类 中的静态变量com.github.biezhi.ucloud.UCloudConfig
UCloud用户公钥
put(boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Append a boolean value.
put(Collection<Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Append a double value.
put(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Append an int value.
put(long) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Append an long value.
put(Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Append an object value.
put(int, boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put or replace a double value.
put(int, int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put or replace an int value.
put(int, long) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put or replace a long value.
put(int, Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection<Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/value pair in the JSONObject.
put(Object...) - 类 中的方法com.github.biezhi.ucloud.model.UCloud
("name", "jack", "age", 18) 方式注入参数
put(String, Object) - 类 中的方法com.github.biezhi.ucloud.model.UCloud
map形式注入参数
putAll(Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.model.UCloud
注入一个Map类型的参数
putFile(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
普通上传文件
putJSON(String) - 类 中的方法com.github.biezhi.ucloud.model.UCloud
JSON形式注入参数
putOnce(String, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

query(String, Object) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置表单数据
query(String, Object, boolean) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置表单数据,是否覆盖
query(String, Object, Object...) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置表单数据
query(Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
设置map类型表单数据
quote(String) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
 

R

readBody(InputStream) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
读取主体
readResponse(InputStream) - 类 中的静态方法com.github.biezhi.ucloud.http.HttpResponse
读取响应流
rebootUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
重新启动UHost实例
refreshUcdnDomainCache(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
刷新加速缓存
Region() - 类 的构造器com.github.biezhi.ucloud.ApiConst.Region
 
reinstallUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
重装操作系统
releaseBackend(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
释放ULB后端资源实例
releaseEIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
释放EIP资源
releaseVIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
释放VIP资源
remove(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Remove an index and close the hole.
remove(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Remove a name and its value, if present.
removeHeader(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
移除一个头信息
resetUHostInstancePassword(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
重置UHost实例的管理员密码
resizeUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
重置UHost实例配置
Response - com.github.biezhi.ucloud.api中的类
ucloud响应类
Response() - 类 的构造器com.github.biezhi.ucloud.api.Response
 
restartUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
重启udb实例
rowToJSONArray(JSONTokener) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a comma delimited text row from a JSONArray.

S

setAction(String) - 类 中的方法com.github.biezhi.ucloud.api.Response
设置操作
setConnectTimeout(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置连接超时
setHeader(Map<String, List<String>>) - 类 中的方法com.github.biezhi.ucloud.http.HttpResponse
设置请求头
setHttpRequest(HttpRequest) - 类 中的方法com.github.biezhi.ucloud.http.HttpResponse
设置请求对象
setJsonResponse(JSONObject) - 类 中的方法com.github.biezhi.ucloud.api.Response
设置json响应
setMessage(String) - 类 中的方法com.github.biezhi.ucloud.api.Response
设置响应消息
setMethod(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置请求方法
setParamsMap(Map<String, Object>) - 类 中的方法com.github.biezhi.ucloud.model.UCloud
 
setReadTimeout(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置读取超时
setRequestProperty(String, String) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置请求头
setRequestProperty(Map<String, List<String>>) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置请求头
setRetCode(Integer) - 类 中的方法com.github.biezhi.ucloud.api.Response
设置响应码
setStatusCode(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpResponse
设置状态码
setSuccess(Boolean) - 类 中的方法com.github.biezhi.ucloud.api.Response
设置是否成功
setTimeout(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置超时
setUrl(String) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection
设置请求URL
sha1(String) - 类 中的静态方法com.github.biezhi.ucloud.util.EncryptUtil
 
similar(Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Determine if two JSONArrays are similar.
similar(Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Determine if two JSONObjects are similar.
skipTo(char) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Skip characters until the next character is the requested character.
startUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
启动udb实例
startUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
启动已经关闭的UHost实例
stopUDBInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
关闭udb实例
stopUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
关闭正在运行的UHost实例
StringBuilderWriter - com.github.biezhi.ucloud.http中的类
Writer implementation that outputs to a StringBuilder.
StringBuilderWriter() - 类 的构造器com.github.biezhi.ucloud.http.StringBuilderWriter
Construct a new StringBuilder instance with default capacity.
StringBuilderWriter(int) - 类 的构造器com.github.biezhi.ucloud.http.StringBuilderWriter
Construct a new StringBuilder instance with the specified capacity.
StringBuilderWriter(StringBuilder) - 类 的构造器com.github.biezhi.ucloud.http.StringBuilderWriter
Construct a new instance with the specified StringBuilder.
stringToValue(String) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Try to convert a string into a number, boolean, or null.
syntaxError(String) - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Make a JSONException to signal a syntax error.

T

TELECOM - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Line
电信线路
terminateCustomImage(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
删除用户自定义镜像
terminateUHostInstance(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UHostApi
删除UHost实例
testValidity(Object) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
timeout(int) - 类 中的方法com.github.biezhi.ucloud.http.HttpRequest
设置超时
toJSONArray(String) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - 类 中的静态方法com.github.biezhi.ucloud.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - 类 中的静态方法com.github.biezhi.ucloud.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - 类 中的静态方法com.github.biezhi.ucloud.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(Map<String, Object>) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONMap
 
toJSONString() - 类 中的方法com.github.biezhi.ucloud.api.Response
获取响应json字符串
toJSONString() - 接口 中的方法com.github.biezhi.ucloud.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toMap(JSONObject) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONMap
 
toString() - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
toString(JSONArray) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - 类 中的静态方法com.github.biezhi.ucloud.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - 类 中的静态方法com.github.biezhi.ucloud.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - 类 中的静态方法com.github.biezhi.ucloud.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - 类 中的静态方法com.github.biezhi.ucloud.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - 类 中的方法com.github.biezhi.ucloud.json.JSONStringer
Return the JSON text.
toString() - 类 中的方法com.github.biezhi.ucloud.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - 类 中的方法com.github.biezhi.ucloud.model.UCloud
 
TrustAnyHostnameVerifier() - 类 的构造器com.github.biezhi.ucloud.http.HttpConnection.TrustAnyHostnameVerifier
 

U

UCDNApi - com.github.biezhi.ucloud.api中的类
接入云API
UCDNApi() - 类 的构造器com.github.biezhi.ucloud.api.UCDNApi
 
UCloud - com.github.biezhi.ucloud.model中的类
ucloudapi公共请求参数对象
UCloud() - 类 的构造器com.github.biezhi.ucloud.model.UCloud
 
UCloud(Object...) - 类 的构造器com.github.biezhi.ucloud.model.UCloud
("name", "jack", "age", 18) 方式注入参数
UCloud(String) - 类 的构造器com.github.biezhi.ucloud.model.UCloud
自带公钥
UCloudConfig - com.github.biezhi.ucloud中的类
认证类配置类
UCloudConfig() - 类 的构造器com.github.biezhi.ucloud.UCloudConfig
 
UCloudException - com.github.biezhi.ucloud.exception中的异常错误
Ucloud异常封装类
UCloudException(Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.UCloudException
UCloudException
UCloudException(String) - 异常错误 的构造器com.github.biezhi.ucloud.exception.UCloudException
UCloudException
UCloudException(String, Exception) - 异常错误 的构造器com.github.biezhi.ucloud.exception.UCloudException
UCloudException
UCloudUtil - com.github.biezhi.ucloud.util中的类
 
UCloudUtil() - 类 的构造器com.github.biezhi.ucloud.util.UCloudUtil
 
UDBApi - com.github.biezhi.ucloud.api中的类
云数据库API
UDBApi() - 类 的构造器com.github.biezhi.ucloud.api.UDBApi
 
UFileApi - com.github.biezhi.ucloud.api中的类
对象存储API
UFileApi() - 类 的构造器com.github.biezhi.ucloud.api.UFileApi
 
UHostApi - com.github.biezhi.ucloud.api中的类
云主机相关API
UHostApi() - 类 的构造器com.github.biezhi.ucloud.api.UHostApi
 
ULBApi - com.github.biezhi.ucloud.api中的类
负载均衡API
ULBApi() - 类 的构造器com.github.biezhi.ucloud.api.ULBApi
 
UMonApi - com.github.biezhi.ucloud.api中的类
监控相关API
UMonApi() - 类 的构造器com.github.biezhi.ucloud.api.UMonApi
 
unBindEIP(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
将弹性IP从资源上解绑
unescape(String) - 类 中的静态方法com.github.biezhi.ucloud.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UNetApi - com.github.biezhi.ucloud.api中的类
网络相关API
UNetApi() - 类 的构造器com.github.biezhi.ucloud.api.UNetApi
 
UNICOM - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Line
联通线路
updateBucket(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
设置Bucket的属性
updatePolicyGroupAttribute(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
修改内容转发策略组配置信息
updateSecurityGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UNetApi
更新防火墙规则
updateUcdnDomain(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
更新加速域名配置
updateUcdnDomainStatus(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UCDNApi
更新加速域名状态
updateUDBParamGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
更新udb配置参数项
updateULBAttribute(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
修改负载均衡实例属性
updateVServerAttribute(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.ULBApi
修改VServer实例属性
uploadHit(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
秒传(先判断待上传文件的hash值,如果UFile中可以查到此文件,则不必再传文件本身。)
uploadPart(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UFileApi
上传文件分片(在初始化一个Multipart Upload之后,可以根据指定的key_name和upload_id来上传一个文件的分片。
uploadUDBParamGroup(UCloud) - 类 中的方法com.github.biezhi.ucloud.api.UDBApi
导入udb配置
URLEncodeUtils - com.github.biezhi.ucloud.util中的类
 
URLEncodeUtils() - 类 的构造器com.github.biezhi.ucloud.util.URLEncodeUtils
 

V

value(boolean) - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Append either the value true or the value false.
value(double) - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Append a double value.
value(long) - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Append a long value.
value(Object) - 类 中的方法com.github.biezhi.ucloud.json.JSONWriter
Append an object value.
valueOf(String) - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.ChargeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.ImageType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.OsType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.ChargeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.ImageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.biezhi.ucloud.ApiConst.OsType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueToString(Object) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Make a JSON text of an Object value.
verify(String, SSLSession) - 类 中的方法com.github.biezhi.ucloud.http.HttpConnection.TrustAnyHostnameVerifier
 
VERSION - 类 中的静态变量com.github.biezhi.ucloud.UCloudConfig
当前版本

W

wrap(Object) - 类 中的静态方法com.github.biezhi.ucloud.json.JSONObject
Wrap an object, if necessary.
wrapFormValue(Object) - 类 中的方法com.github.biezhi.ucloud.http.HttpBase
转换数据类型
write(String) - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Write a String to the StringBuilder.
write(char[], int, int) - 类 中的方法com.github.biezhi.ucloud.http.StringBuilderWriter
Write a portion of a character array to the StringBuilder.
write(Writer) - 类 中的方法com.github.biezhi.ucloud.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - 类 中的方法com.github.biezhi.ucloud.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - 类 中的变量com.github.biezhi.ucloud.json.JSONWriter
The writer that will receive the output.

Y

YT - 类 中的静态变量com.github.biezhi.ucloud.ApiConst.Region
亚太(International: 国际线路)
A B C D E F G H I J K L M N O P Q R S T U V W Y 
跳过导航链接

Copyright © 2015. All rights reserved.