- accept(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
指定客户端能够接收的内容类型
例如:Accept: text/plain, text/html
- accept() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- acceptCharset(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
浏览器可以接受的字符编码集
例如:Accept-Charset: iso-8859-5
- acceptCharset() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- acceptEncoding(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
指定浏览器可以支持的web服务器返回内容压缩编码类型
例如:Accept-Encoding: compress, gzip
- acceptEncoding() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- acceptLanguage(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
浏览器可接受的语言
例如:Accept-Language: en,zh
- acceptLanguage() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- acceptRanges(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
可以请求网页实体的一个或者多个子范围字段
例如:Accept-Ranges: bytes
- acceptRanges() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- aesDecryptStr(String, AES) - 类 中的静态方法cn.ziyicloud.framework.boot.util.crypto.EncryptedUtils
-
aes 解密
- aesEncryptHex(String, AES) - 类 中的静态方法cn.ziyicloud.framework.boot.util.crypto.EncryptedUtils
-
aes 加密
- AnonymousAccess - cn.ziyicloud.framework.boot.annotation中的注释类型
-
用于标记匿名访问方法
- APP_FORM_URLENCODED - 类 中的静态变量cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader.Headers
-
- APP_JSON - 类 中的静态变量cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader.Headers
-
- authorization(String) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
HTTP授权的授权证书
例如:Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
- authorization() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.config.HttpHeader
-
- await() - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.evictor.NIdleConnectionEvictor
-
- awaitTermination(long, TimeUnit) - 类 中的方法cn.ziyicloud.framework.boot.util.httpclient.evictor.NIdleConnectionEvictor
-