索引
所有类|所有程序包
A
- accept(Response) - 接口 中的方法com.axios.method.Method
-
[之后的操作](Subsequent operations)
- ACCEPT - com.axios.header.RequestHeader
-
指定客户端能够接收的内容类型,内容类型中的先后次序表示客户端接收的先后次序
- ACCEPT_CHARSET - com.axios.header.RequestHeader
-
浏览器可以接受的字符编码集
- ACCEPT_ENCODING - com.axios.header.RequestHeader
-
指定客户端浏览器可以支持的web服务器返回内容压缩编码类型
- ACCEPT_LANGUAGE - com.axios.header.RequestHeader
-
指定HTTP客户端浏览器用来展示返回信息所优先选择的语言
- add(Connection) - 类 中的静态方法com.axios.core.config.global.GlobalCookieManager
-
[将本地存储的Cookie信息附带到Http请求中](Attach locally stored cookie information to the HTTP request)
- add(Resource) - 类 中的方法com.axios.core.resource.MultiFileResource
- add(Resource) - 类 中的方法com.axios.core.resource.MultiResource
- add(File...) - 类 中的方法com.axios.core.resource.MultiFileResource
- add(CharSequence) - 类 中的方法com.axios.core.http.url.UrlPath
-
[添加到path最后面](Add to the end of path)
- add(CharSequence, Object) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[增加键值对](Add key value pair)
- add(String, Object) - 类 中的方法com.axios.request.Body
- add(String, Object) - 类 中的方法com.axios.request.Request
-
[添加参数](Add parameter)
- add(String, String) - 类 中的方法com.axios.header.Header
-
[添加参数](Add parameter)
- add(URI, HttpCookie) - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- add(Collection<File>) - 类 中的方法com.axios.core.resource.MultiFileResource
- addAll(Map<? extends CharSequence, ?>) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[批量增加键值对](Batch add key value pairs)
- addBefore(CharSequence) - 类 中的方法com.axios.core.http.url.UrlPath
-
[添加到path最前面](Add to the front of path)
- addChain(HttpInterceptor) - 类 中的方法com.axios.core.http.HttpInterceptor.Interceptor
- addChain(E) - 接口 中的方法com.axios.core.http.lang.Chain
-
加入责任链
- addHeaders(Map<String, String>) - 类 中的方法com.axios.core.http.HttpBase
-
[新增请求头](Add request header)
- addPath(CharSequence) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[增加路径](add path)
- addPathSegment(CharSequence) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[增加路径节点](Add path node)
- addQuery(String, String) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[添加查询项](Add query item)
- addSafe(char) - 类 中的方法com.axios.core.rfc.PercentCodec
-
[增加安全字符](Add security characters)
- addSafeCharacter(char) - 类 中的方法com.axios.core.tool.URLEncoder
- ajax() - 接口 中的方法com.axios.ajax.Ajax
-
[定义一个方法来具体实现方法](Define a method to implement the method)
- ajax() - 类 中的方法com.axios.Axios
-
------------------- override -------------------
- Ajax - com.axios.ajax中的接口
-
[定义接口完成基础的ajax操作](Define interfaces to complete basic Ajax operations)
- ALL - 类 中的静态变量com.axios.core.http.url.FormUrlencoded
- AndroidSupportSSLFactory - com.axios.core.config.ssl中的类
- AndroidSupportSSLFactory() - 类 的构造器com.axios.core.config.ssl.AndroidSupportSSLFactory
- append(byte) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
-
[向快速缓冲加入一个字节](Add a byte to the cache)
- append(byte[]) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
-
[向快速缓冲加入数据](Adding data to the cache)
- append(byte[], int, int) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- append(char) - 类 中的方法com.axios.core.tool.text.StrJoiner
- append(FastByteBuffer) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
-
[将另一个快速缓冲加入到自身](Add another cache to itself)
- append(CharSequence) - 类 中的方法com.axios.core.tool.text.StrJoiner
- append(CharSequence, int, int) - 类 中的方法com.axios.core.tool.text.StrJoiner
- append(Iterable<T>, Function<T, ? extends CharSequence>) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加Iterator中的元素到拼接器中](Append elements from iterator to splicer)
- append(Object) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加对象到拼接器中](Append objects to splicer)
- append(Iterator<T>) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加对象到拼接器中](Append objects to splicer)
- append(Iterator<T>, Function<T, ? extends CharSequence>) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加Iterator中的元素到拼接器中](Append elements from iterator to splicer)
- append(T[]) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加对象到拼接器中](Append objects to splicer)
- append(T[], Function<T, ? extends CharSequence>) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[追加数组中的元素到拼接器中](Append the elements in the array to the splicer)
- appendHex(StringBuilder, byte, boolean) - 类 中的静态方法com.axios.core.tool.UrlTool
- array(int) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- ArrayIter<E> - com.axios.core.tool.text中的类
-
[数组Iterator对象](Array iterator object)
- ArrayIter(E[]) - 类 的构造器com.axios.core.tool.text.ArrayIter
- ArrayIter(Object) - 类 的构造器com.axios.core.tool.text.ArrayIter
- ArrayIter(Object, int) - 类 的构造器com.axios.core.tool.text.ArrayIter
- ArrayIter(Object, int, int) - 类 的构造器com.axios.core.tool.text.ArrayIter
- Assert - com.axios.core.assertion中的类
-
[HTTP断言](HTTP assertion)
- Assert() - 类 的构造器com.axios.core.assertion.Assert
- AUTHORIZATION - com.axios.header.RequestHeader
-
提供验证头
- available() - 类 中的方法com.axios.core.strem.HttpInputStream
- Axios - com.axios中的类
-
[发送具体的HTTP请求](Send a specific HTTP request)
- Axios() - 类 的构造器com.axios.Axios
- Axios(String) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Header) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Body) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Body, Header) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Request) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Request, Header) - 类 的构造器com.axios.Axios
- Axios(String, RequestMethod, Request, Body, Header) - 类 的构造器com.axios.Axios
B
- BASE_CHAR - 类 中的静态变量com.axios.core.tool.random.RandomTool
-
用于随机选的字符
- BASE_CHAR_NUMBER - 类 中的静态变量com.axios.core.tool.random.RandomTool
-
用于随机选的字符和数字
- BASE_NUMBER - 类 中的静态变量com.axios.core.tool.random.RandomTool
-
用于随机选的数字
- blankToDefault(CharSequence, String) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[如果字符串是 null 或者"",则返回指定默认字符串,否则返回字符串本身。]
- body() - 类 中的方法com.axios.Axios
-
[获取Ajax的响应信息](Get Ajax response information)
- body() - 类 中的方法com.axios.response.HttpResponse
-
[获取响应主体](Get response body)
- body(byte[]) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置主体字节码](Set body bytecode)
- body(String) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置内容主体](Set content body)
- body(String, String) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置内容主体](Set content body)
- Body - com.axios.request中的类
- Body() - 类 的构造器com.axios.request.Body
- bodyBytes - 类 中的变量com.axios.core.http.HttpBase
-
存储主体
- bodyBytes() - 类 中的方法com.axios.response.HttpResponse
-
[获取响应流字节码](Get response stream bytecode)
- bodyStream() - 类 中的方法com.axios.response.HttpResponse
-
[获得服务区响应流](Get service area response flow)
- bufferSize - 类 中的变量com.axios.core.tool.io.IoCopier
- bufferSize(long) - 类 中的方法com.axios.core.tool.io.IoCopier
-
缓存大小,取默认缓存和目标长度最小值
- build() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[创建URL字符串](Create URL string)
- build() - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[构建](structure)
- build(PercentCodec, PercentCodec, Charset) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[构建URL查询字符串](Build URL query string)
- build(ContentType, Charset) - 枚举 中的静态方法com.axios.core.type.ContentType
-
[输出Content-Type字符串](Output content type string)
- build(String, Charset) - 枚举 中的静态方法com.axios.core.type.ContentType
-
[输出Content-Type字符串](Output content type string)
- build(Charset) - 类 中的方法com.axios.core.http.url.UrlPath
-
[构建path,前面带'/'](Build path with '/' in front)
- build(Charset) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[构建URL查询字符串](Build URL query string)
- buildQuietly() - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[构建](structure)
- BytesResource - com.axios.core.resource中的类
-
[基于byte[]的资源获取器](Resource acquisition based on byte [])
- BytesResource(byte[]) - 类 的构造器com.axios.core.resource.BytesResource
- BytesResource(byte[], String) - 类 的构造器com.axios.core.resource.BytesResource
C
- CACHE_CONTROL - com.axios.header.RequestHeader
-
指定请求和响应遵循的缓存机制
- CaseInsensitiveMap<K,V> - com.axios.core.map中的类
- CaseInsensitiveMap() - 类 的构造器com.axios.core.map.CaseInsensitiveMap
-
[构造](structure)
- CaseInsensitiveMap(float, Map<? extends K, ? extends V>) - 类 的构造器com.axios.core.map.CaseInsensitiveMap
-
[构造](structure)
- CaseInsensitiveMap(int) - 类 的构造器com.axios.core.map.CaseInsensitiveMap
-
[构造](structure)
- CaseInsensitiveMap(int, float) - 类 的构造器com.axios.core.map.CaseInsensitiveMap
-
[构造](structure)
- CaseInsensitiveMap(Map<? extends K, ? extends V>) - 类 的构造器com.axios.core.map.CaseInsensitiveMap
-
[构造](structure)
- Chain<E,T> - com.axios.core.http.lang中的接口
-
[责任链接口](Responsibility chain interface)
- charset - 类 中的变量com.axios.core.http.HttpBase
-
编码
- charset() - 类 中的方法com.axios.core.http.HttpBase
-
[返回字符集](Return character set)
- charset(String) - 类 中的方法com.axios.core.http.HttpBase
-
[设置字符集](Set character set)
- charset(Charset) - 类 中的方法com.axios.core.http.HttpBase
-
[设置字符集](Set character set)
- CHARSET_PATTERN - 类 中的静态变量com.axios.Conn
-
Encoding information in content type
- CHARSET_PATTERN - 类 中的静态变量com.axios.core.tool.http.HttpTool
-
正则:Content-Type中的编码信息
- CHARSET_PATTERN - 类 中的静态变量com.axios.core.tool.UrlTool
-
Content-Type
- checkClientTrusted(X509Certificate[], String) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- checkClientTrusted(X509Certificate[], String, Socket) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- checkClientTrusted(X509Certificate[], String, SSLEngine) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- checkServerTrusted(X509Certificate[], String) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- checkServerTrusted(X509Certificate[], String, Socket) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- checkServerTrusted(X509Certificate[], String, SSLEngine) - 类 中的方法com.axios.core.manager.DefaultTrustManager
- clean(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
- clear() - 类 中的方法com.axios.core.map.MapWrapper
- clear() - 类 中的方法com.axios.core.map.TableMap
- clearHeaders() - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[清除所有头信息](Clear all headers)
- clearHeaders() - 类 中的方法com.axios.core.http.HttpBase
-
[清除所有头信息](Clear all headers)
- close() - 类 中的方法com.axios.core.strem.HttpInputStream
- close() - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- close() - 类 中的方法com.axios.response.HttpResponse
-
---------------- Override ----------------
- close(Closeable) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[关闭流](close steam)
- closeCookie() - 类 中的静态方法com.axios.Conn
-
[清空cookie](Empty cookie)
- closeCookie() - 类 中的静态方法com.axios.core.config.global.HttpGlobalConfig
-
[关闭Cookie](Close cookies)
- closeCookie() - 类 中的静态方法com.axios.core.http.HttpRequest
-
[关闭Cookie](Close cookies)
- com.axios - 程序包 com.axios
- com.axios.ajax - 程序包 com.axios.ajax
- com.axios.cookie - 程序包 com.axios.cookie
- com.axios.core.assertion - 程序包 com.axios.core.assertion
- com.axios.core.body - 程序包 com.axios.core.body
- com.axios.core.config.global - 程序包 com.axios.core.config.global
- com.axios.core.config.ssl - 程序包 com.axios.core.config.ssl
- com.axios.core.connection - 程序包 com.axios.core.connection
- com.axios.core.http - 程序包 com.axios.core.http
- com.axios.core.http.lang - 程序包 com.axios.core.http.lang
- com.axios.core.http.url - 程序包 com.axios.core.http.url
- com.axios.core.manager - 程序包 com.axios.core.manager
- com.axios.core.map - 程序包 com.axios.core.map
- com.axios.core.matcher - 程序包 com.axios.core.matcher
- com.axios.core.mutable - 程序包 com.axios.core.mutable
- com.axios.core.requestMethod - 程序包 com.axios.core.requestMethod
- com.axios.core.resource - 程序包 com.axios.core.resource
- com.axios.core.rfc - 程序包 com.axios.core.rfc
- com.axios.core.strem - 程序包 com.axios.core.strem
- com.axios.core.tool - 程序包 com.axios.core.tool
- com.axios.core.tool.file - 程序包 com.axios.core.tool.file
- com.axios.core.tool.http - 程序包 com.axios.core.tool.http
- com.axios.core.tool.io - 程序包 com.axios.core.tool.io
- com.axios.core.tool.mutable - 程序包 com.axios.core.tool.mutable
- com.axios.core.tool.random - 程序包 com.axios.core.tool.random
- com.axios.core.tool.regular - 程序包 com.axios.core.tool.regular
- com.axios.core.tool.ssl - 程序包 com.axios.core.tool.ssl
- com.axios.core.tool.text - 程序包 com.axios.core.tool.text
- com.axios.core.type - 程序包 com.axios.core.type
- com.axios.exception - 程序包 com.axios.exception
- com.axios.header - 程序包 com.axios.header
- com.axios.method - 程序包 com.axios.method
- com.axios.request - 程序包 com.axios.request
- com.axios.response - 程序包 com.axios.response
- com.axios.status - 程序包 com.axios.status
- completeFileNameFromHeader(File) - 类 中的方法com.axios.response.HttpResponse
-
[从响应头补全下载文件名](Complete the download file name from the response header)
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- computeIfAbsent(K, Function<? super K, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- Conn - com.axios中的类
-
[发送具体请求](Send specific request)
- Conn() - 类 的构造器com.axios.Conn
- connect() - 类 中的方法com.axios.core.connection.Connection
-
[连接](connect)
- CONNECT - com.axios.core.requestMethod.RequestMethod
- Connection - com.axios.core.connection中的类
-
[连接池](Connection pool)
- Connection(String, Proxy) - 类 的构造器com.axios.core.connection.Connection
-
[有参](Have reference)
- Connection(URL, Proxy) - 类 的构造器com.axios.core.connection.Connection
-
[有参](Have reference)
- CONNECTION - com.axios.header.RequestHeader
-
允许客户端和服务器指定与请求/响应连接有关的选项
- ConnException - com.axios.exception中的异常错误
- ConnException(String) - 异常错误 的构造器com.axios.exception.ConnException
- ConnException(Throwable) - 异常错误 的构造器com.axios.exception.ConnException
- contains(CharSequence, char) - 类 中的静态方法com.axios.core.tool.UrlTool
- containsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[是否包含特定字符](Does it contain specific characters)
- containsKey(Object) - 类 中的方法com.axios.core.map.CustomKeyMap
- containsKey(Object) - 类 中的方法com.axios.core.map.MapWrapper
- containsKey(Object) - 类 中的方法com.axios.core.map.TableMap
- containsValue(Object) - 类 中的方法com.axios.core.map.MapWrapper
- containsValue(Object) - 类 中的方法com.axios.core.map.TableMap
- CONTENT_DISPOSITION - com.axios.header.RequestHeader
-
Content-Disposition
- CONTENT_ENCODING - com.axios.header.RequestHeader
-
Content-Encoding
- CONTENT_LENGTH - com.axios.header.RequestHeader
-
请求的内容长度
- CONTENT_TYPE - com.axios.header.RequestHeader
-
请求表示提交内容类型或返回返回内容的MIME类型
- contentDisposition(String) - 类 中的静态方法com.axios.core.body.MultipartBody
- contentDispositionFile(String, String) - 类 中的静态方法com.axios.core.body.MultipartBody
- contentEncoding() - 类 中的方法com.axios.response.HttpResponse
-
[获取内容编码](Get content encoding)
- contentLength() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取内容长度](Get content length)
- contentLength() - 类 中的方法com.axios.response.HttpResponse
-
[获取内容编码](Get content encoding)
- contentLength(int) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置内容长度](set content length)
- contentType(String) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置contentType](set contentType)
- ContentType - com.axios.core.type中的枚举
-
[常用Content-Type类型枚举](Enumeration of common content type types)
- contentTypeFile(String) - 类 中的静态方法com.axios.core.body.MultipartBody
- cookie(String) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置Cookie](set Cookie)
- cookie(HttpCookie...) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置Cookie](set Cookie)
- cookie(Collection<HttpCookie>) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置Cookie](set Cookie)
- COOKIE - com.axios.header.RequestHeader
-
HTTP请求发送时,会把保存在该请求域名下的所有cookie值一起发送给web服务器
- copy(InputStream, OutputStream) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[执行拷贝](Execute Copy )
- copy(InputStream, OutputStream) - 类 中的方法com.axios.core.tool.io.StreamCopier
- copy(InputStream, OutputStream, int, long) - 类 中的静态方法com.axios.core.tool.io.IoTool
- copy(S, T) - 类 中的方法com.axios.core.tool.io.IoCopier
-
执行拷贝
- count - 类 中的变量com.axios.core.tool.io.IoCopier
-
拷贝总数
- create() - 类 中的静态方法com.axios.core.http.url.UrlBuilder
- create() - 类 中的静态方法com.axios.core.tool.ssl.SSLContextBuilder
-
[创建 SSLContextBuilder](Create sslcontextbuilder)
- create(String, Proxy) - 类 中的静态方法com.axios.core.connection.Connection
-
[创建HttpConnection](create HttpConnection)
- create(URL, Proxy) - 类 中的静态方法com.axios.core.connection.Connection
-
[创建HttpConnection](create HttpConnection)
- create(Map<String, Object>, Charset) - 类 中的静态方法com.axios.core.body.MultipartBody
-
[根据已有表单内容,构建MultipartBody](Build a multipartbody based on the existing form content)
- createDelete(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的DELETE请求对象](create a HTTP DELETE request object)
- createGet(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的GET请求对象](create a HTTP GET request object)
- createGet(String, boolean) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的GET请求对象](create a HTTP GET request object)
- createHeader(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的HEADER请求对象](create a HTTP HEADER request object)
- createOptions(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的OPTIONS请求对象](create a HTTP OPTIONS request object)
- createPatch(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的PATCH请求对象](create a HTTP PATCH request object)
- createPost(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的POST请求对象](create a HTTP POST request object)
- createPut(String) - 类 中的静态方法com.axios.Conn
-
[创建一个HTTP的PUT请求对象](create a HTTP PUT request object)
- createQuery() - 类 中的静态方法com.axios.core.tool.URLEncoder
- createRequest(RequestMethod, String) - 类 中的静态方法com.axios.Conn
-
[创建HTTP请求对象](Create HTTP request object)
- createSocket() - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSocket(String, int) - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSocket(String, int, InetAddress, int) - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSocket(InetAddress, int) - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSocket(InetAddress, int, InetAddress, int) - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSocket(Socket, String, int, boolean) - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- createSSLContext(String) - 类 中的静态方法com.axios.core.tool.ssl.SSLTool
-
[创建 SSLContext](set SSLContext)
- createSSLContext(String, KeyManager[], TrustManager[]) - 类 中的静态方法com.axios.core.tool.ssl.SSLTool
-
[创建和初始化 SSLContext](Create and initialize sslcontext)
- createSSLContext(String, KeyManager, TrustManager) - 类 中的静态方法com.axios.core.tool.ssl.SSLTool
-
[创建 SSLContext](set SSLContext)
- customKey(Object) - 类 中的方法com.axios.core.map.CaseInsensitiveMap
- customKey(Object) - 类 中的方法com.axios.core.map.CustomKeyMap
-
[自定义键](Custom key)
- CustomKeyMap<K,V> - com.axios.core.map中的类
-
[自定义键的Map,默认HashMap实现](The map of user-defined key is implemented by HashMap by default)
- CustomKeyMap(Map<K, V>) - 类 的构造器com.axios.core.map.CustomKeyMap
- CustomProtocolsSSLFactory - com.axios.core.config.ssl中的类
-
[自定义支持协议类型的SSLSocketFactory](Customize sslsocketfactory that supports protocol types)
- CustomProtocolsSSLFactory(String...) - 类 的构造器com.axios.core.config.ssl.CustomProtocolsSSLFactory
D
- DATE - com.axios.header.RequestHeader
-
提供日期和时间标志,说明报文是什么时间创建的
- decode(byte[]) - 类 中的静态方法com.axios.core.http.url.URLDecoder
-
[解码](decode)
- decode(byte[], boolean) - 类 中的静态方法com.axios.core.http.url.URLDecoder
-
[解码](decode)
- decode(String, Charset, boolean) - 类 中的静态方法com.axios.core.http.url.URLDecoder
-
[解码](decode)
- decodeForPath(String, Charset) - 类 中的静态方法com.axios.core.http.url.URLDecoder
-
[解码](decode)
- decodeParamMap(String, Charset) - 类 中的静态方法com.axios.Conn
-
[将URL参数解析为Map](Resolve URL parameters to map)
- decodeParams(String, String) - 类 中的静态方法com.axios.Conn
-
[将URL参数解析为Map](Resolve URL parameters to map)
- decodeParams(String, Charset) - 类 中的静态方法com.axios.Conn
-
[将URL参数解析为Map](Resolve URL parameters to map)
- DEFAULT_INITIAL_CAPACITY - 类 中的静态变量com.axios.core.map.MapWrapper
-
默认初始大小
- DEFAULT_LOAD_FACTOR - 类 中的静态变量com.axios.core.map.MapWrapper
-
默认增长因子
- DEFAULT_SSF - 类 中的静态变量com.axios.core.config.ssl.DefaultSSLInfo
-
默认的SSLSocketFactory,区分安卓
- defaultIfNull(T, T) - 类 中的静态方法com.axios.core.tool.http.HttpTool
- defaultIfNull(T, T) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[如果给定对象为 null 返回默认值](Returns the default value if the given object is null)
- DefaultSSLFactory - com.axios.core.config.ssl中的类
-
[默认的SSLSocketFactory](Default sslsocketfactory)
- DefaultSSLFactory() - 类 的构造器com.axios.core.config.ssl.DefaultSSLFactory
- DefaultSSLInfo - com.axios.core.config.ssl中的类
-
[默认的全局SSL配置](Default global SSL configuration)
- DefaultSSLInfo() - 类 的构造器com.axios.core.config.ssl.DefaultSSLInfo
- DefaultTrustManager - com.axios.core.manager中的类
-
[默认信任管理器](Default trust manager)
- DefaultTrustManager() - 类 的构造器com.axios.core.manager.DefaultTrustManager
- del(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
- del(Path) - 类 中的静态方法com.axios.core.tool.file.FileTool
- delete(String) - 类 中的静态方法com.axios.Axios
-
[发送DELETE请求](send DELETE request)
- delete(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[DELETE 请求](DELETE request)
- delete(String, Header) - 类 中的静态方法com.axios.Axios
-
[发送DELETE请求](send DELETE request)
- delete(String, Request) - 类 中的静态方法com.axios.Axios
-
[发送DELETE请求](send DELETE request)
- delete(String, Request, Header) - 类 中的静态方法com.axios.Axios
-
[发送DELETE请求](send DELETE request)
- DELETE - com.axios.core.requestMethod.RequestMethod
- delFile(Path) - 类 中的静态方法com.axios.core.tool.file.FileTool
- DelVisitor - com.axios.core.tool.file中的类
-
[删除操作的FileVisitor实现,用于递归遍历删除文件夹](The filevisitor implementation of the delete operation is used to recursively traverse the deleted folder)
- DelVisitor() - 类 的构造器com.axios.core.tool.file.DelVisitor
- disableCache() - 类 中的方法com.axios.core.connection.Connection
-
[关闭缓存](Close cache)
- disableCookie() - 类 中的方法com.axios.core.http.HttpRequest
-
[禁用默认Cookie行为](Disable default cookie behavior)
- disconnect() - 类 中的方法com.axios.core.connection.Connection
-
[断开连接](Disconnect)
- disconnectQuietly() - 类 中的方法com.axios.core.connection.Connection
-
[静默断开连接。
- download(String, OutputStream, boolean) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- download(String, OutputStream, boolean) - 类 中的静态方法com.axios.core.http.HttpDownloader
- downloadBytes(String) - 类 中的静态方法com.axios.Conn
-
[下载远程文件数据,支持30x跳转](Download remote file data and support 30x jump)
- downloadBytes(String) - 类 中的静态方法com.axios.core.http.HttpDownloader
- downloadFile(String, File) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadFile(String, File, int) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadFile(String, File, int) - 类 中的静态方法com.axios.core.http.HttpDownloader
- downloadFile(String, File, String, int) - 类 中的方法com.axios.core.http.HttpDownloader
- downloadFile(String, String) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadFileFromUrl(String, File) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadFileFromUrl(String, File, int) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadFileFromUrl(String, String) - 类 中的静态方法com.axios.Conn
-
[下载远程文件](Download remote file)
- downloadForFile(String, File, int) - 类 中的静态方法com.axios.core.http.HttpDownloader
- downloadString(String, String) - 类 中的静态方法com.axios.Conn
-
[下载远程文本](Download remote text)
- downloadString(String, Charset) - 类 中的静态方法com.axios.Conn
-
[下载远程文本](Download remote text)
- downloadString(String, Charset) - 类 中的静态方法com.axios.core.http.HttpDownloader
E
- emptyToDefault(CharSequence, String) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[如果字符串是 null 或者"",则返回指定默认字符串,否则返回字符串本身。]
- enableDefaultCookie() - 类 中的方法com.axios.core.http.HttpRequest
-
[打开默认的Cookie行为](Open default cookie behavior)
- encode(CharSequence, Charset) - 类 中的方法com.axios.core.rfc.PercentCodec
- encode(String, Charset) - 类 中的方法com.axios.core.tool.URLEncoder
- encodeBlank(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[单独编码URL中的空白符,空白符编码为%20](The whitespace in the URL is encoded separately, and the whitespace is encoded as% 20)
- encodeParams(String, Charset) - 类 中的静态方法com.axios.Conn
-
[对URL参数做编码,只编码键和值](Encode the URL parameters, only the key and value)
- endWith(CharSequence, char) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否以给定字符结尾](Whether the string ends with the given character)
- endWith(CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否以给定字符结尾](Whether the string ends with the given character)
- endWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否以给定字符结尾](Whether the string ends with the given character)
- entrySet() - 类 中的方法com.axios.core.map.MapWrapper
- entrySet() - 类 中的方法com.axios.core.map.TableMap
- equals(CharSequence, CharSequence, boolean) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[比较两个字符串是否相等。]
- equals(Object) - 类 中的方法com.axios.core.map.MapWrapper
- equals(Object) - 类 中的方法com.axios.core.mutable.MutableObj
- equals(Object) - 类 中的方法com.axios.core.tool.mutable.MutableObj
- equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[比较两个字符串](Compare two strings)
- ETAG - com.axios.header.RequestHeader
-
ETag
- execute() - 类 中的方法com.axios.core.http.HttpRequest
- execute(boolean) - 类 中的方法com.axios.core.http.HttpRequest
- executeAsync() - 类 中的方法com.axios.core.http.HttpRequest
- exists(Path, boolean) - 类 中的静态方法com.axios.core.tool.file.FileTool
F
- FastByteArrayOutputStream - com.axios.core.tool.io中的类
-
[基于快速缓冲FastByteBuffer的OutputStream,随着数据的增长自动扩充缓冲区](The OutputStream based on fast buffer fastbytebuffer automatically expands the buffer as the data grows)
- FastByteArrayOutputStream() - 类 的构造器com.axios.core.tool.io.FastByteArrayOutputStream
- FastByteArrayOutputStream(int) - 类 的构造器com.axios.core.tool.io.FastByteArrayOutputStream
- FastByteBuffer - com.axios.core.tool.io中的类
-
[快速缓冲](Fast buffer)
- FastByteBuffer() - 类 的构造器com.axios.core.tool.io.FastByteBuffer
- FastByteBuffer(int) - 类 的构造器com.axios.core.tool.io.FastByteBuffer
- file(File, String...) - 类 中的静态方法com.axios.core.tool.file.FileTool
- file(String) - 类 中的静态方法com.axios.core.tool.file.FileTool
- fileForm() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取文件表单数据](Get file form data)
- FileResource - com.axios.core.resource中的类
-
[文件资源访问对象](File resource access object)
- FileResource(File) - 类 的构造器com.axios.core.resource.FileResource
- FileResource(File, String) - 类 的构造器com.axios.core.resource.FileResource
- FileResource(String) - 类 的构造器com.axios.core.resource.FileResource
- FileResource(Path) - 类 的构造器com.axios.core.resource.FileResource
- FileTool - com.axios.core.tool.file中的类
-
[文件工具类](File tool class)
- FileTool() - 类 的构造器com.axios.core.tool.file.FileTool
- forEach(BiConsumer<? super K, ? super V>) - 类 中的方法com.axios.core.map.MapWrapper
- form() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取表单数据](Get form data)
- form(String, byte[], String) - 类 中的方法com.axios.core.http.HttpRequest
-
[文件表单项](file form item)
- form(String, Resource) - 类 中的方法com.axios.core.http.HttpRequest
-
[文件表单项](file form item)
- form(String, File) - 类 中的方法com.axios.core.http.HttpRequest
-
[文件表单项](file form item)
- form(String, File...) - 类 中的方法com.axios.core.http.HttpRequest
-
[文件表单项](file form item)
- form(String, File, String) - 类 中的方法com.axios.core.http.HttpRequest
-
[文件表单项](file form item)
- form(String, Object) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置表单数据](set form data)
- form(String, Object, Object...) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置表单数据](set form data)
- form(Map<String, Object>) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置map类型表单数据](Set map type form data)
- FORM_URLENCODED - com.axios.core.type.ContentType
-
标准表单编码,当action为get时候,浏览器用x-www-form-urlencoded的编码方式把form数据转换成一个字串(name1=value1&name2=value2…)
- formStr(Map<String, String>) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置map类型表单数据](Set map type form data)
- FormUrlencoded - com.axios.core.http.url中的类
-
https://url.spec.whatwg.org/#urlencoded-serializing
- FormUrlencoded() - 类 的构造器com.axios.core.http.url.FormUrlencoded
- FRAGMENT - 类 中的静态变量com.axios.core.rfc.RFC3986
-
fragment = pchar / "/" / "?"
G
- GEN_DELIMS - 类 中的静态变量com.axios.core.rfc.RFC3986
-
gen-delims = ":" / "/" / "?"
- get() - 接口 中的方法com.axios.core.mutable.Mutable
-
[获得原始值](Get original value)
- get() - 类 中的方法com.axios.core.mutable.MutableObj
- get() - 接口 中的方法com.axios.core.tool.mutable.Mutable
-
[获得原始值](Get original value)
- get() - 类 中的方法com.axios.core.tool.mutable.MutableObj
- get(int) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- get(CharSequence) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[获取查询值](Get query value)
- get(Object) - 类 中的方法com.axios.core.map.CustomKeyMap
- get(Object) - 类 中的方法com.axios.core.map.MapWrapper
- get(Object) - 类 中的方法com.axios.core.map.TableMap
- get(String) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Get请求](Use Axios to send Get request)
- get(String) - 类 中的静态方法com.axios.Conn
-
[发送get请求](send get request)
- get(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[GET请求](GET request)
- get(String) - 枚举 中的静态方法com.axios.core.type.ContentType
-
[从请求参数的body中判断请求的Content-Type类型](Judge the content type of the request from the body of the request parameter)
- get(String, int) - 类 中的静态方法com.axios.Conn
-
[发送get请求](send get request)
- get(String, Header) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Get请求](Use Axios to send Get request)
- get(String, Request) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Get请求](Use Axios to send Get request)
- get(String, Request, Header) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Get请求](Use Axios to send Get request)
- get(String, Charset) - 类 中的静态方法com.axios.Conn
-
[发送get请求](send get request)
- get(String, Map<String, Object>) - 类 中的静态方法com.axios.Conn
-
[发送get请求](send get request)
- get(String, Map<String, Object>, int) - 类 中的静态方法com.axios.Conn
-
[发送get请求](send get request)
- get(URI) - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- get(Pattern, CharSequence, int) - 类 中的静态方法com.axios.core.tool.regular.RegularTool
- get(Pattern, CharSequence, int) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[在给定字符串中查找给定规则的字符](Finds the character of the given rule in the given string)
- get(Pattern, CharSequence, Consumer<Matcher>) - 类 中的静态方法com.axios.core.tool.regular.RegularTool
- get(Pattern, CharSequence, Consumer<Matcher>) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[在给定字符串中查找给定规则的字符](Finds the character of the given rule in the given string)
- GET - com.axios.core.requestMethod.RequestMethod
- getAcceptedIssuers() - 类 中的方法com.axios.core.manager.DefaultTrustManager
- getArray() - 类 中的方法com.axios.core.tool.text.ArrayIter
-
[获得原始数组对象](Get original array object)
- getAuthority() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获得authority部分](Get the authority section)
- getBody() - 类 中的方法com.axios.Axios
- getBody() - 类 中的方法com.axios.request.Body
- getCharset() - 类 中的方法com.axios.core.connection.Connection
-
[获取字符集编码](Get character set encoding)
- getCharset() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取编码](Get encoding)
- getCharset(String) - 类 中的静态方法com.axios.Conn
-
[从Http连接的头信息中获得字符集](Get the character set from the header information of the HTTP connection)
- getCharset(String) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[从Http连接的头信息中获得字符集](Get the character set from the header information of the HTTP connection)
- getCharset(HttpURLConnection) - 类 中的静态方法com.axios.Conn
-
[从Http连接的头信息中获得字符集](Get the character set from the header information of the HTTP connection)
- getCharset(HttpURLConnection) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[从Http连接的头信息中获得字符集](Get the character set from the header information of the HTTP connection)
- getCharsetName() - 类 中的方法com.axios.core.connection.Connection
-
[获得字符集编码](Get character set encoding)
- getComponentType(Object) - 类 中的静态方法com.axios.core.tool.http.HttpTool
- getConnection() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取 Connection](get Connection)
- getContentType() - 类 中的静态方法com.axios.core.body.MultipartBody
-
[获取Multipart的Content-Type类型](Gets the content type of the multipart)
- getContentTypeByRequestBody(String) - 类 中的静态方法com.axios.Conn
-
[从请求参数的body中判断请求的Content-Type类型](Judge the content type of the request from the body of the request parameter)
- getCookie(String) - 类 中的方法com.axios.response.HttpResponse
-
[获取Cookie](get Cookie)
- getCookieManager() - 类 中的静态方法com.axios.core.config.global.GlobalCookieManager
-
[获取全局 CookieManager](Get global cookiemanager)
- getCookieManager() - 类 中的静态方法com.axios.core.config.global.HttpGlobalConfig
-
[获取Cookie管理器](Get cookie Manager)
- getCookieManager() - 类 中的静态方法com.axios.core.http.HttpRequest
-
[获取Cookie管理器](Get cookie Manager)
- getCookies() - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- getCookies() - 类 中的方法com.axios.response.HttpResponse
-
[获取Cookie](get Cookie)
- getCookies(Connection) - 类 中的静态方法com.axios.core.config.global.GlobalCookieManager
-
[获取指定域名下所有Cookie信息](Get all cookie information under the specified domain name)
- getCookieStore() - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
-
[获取本线程下的CookieStore](Get the cookiestore under this thread)
- getCookieStr() - 类 中的方法com.axios.response.HttpResponse
-
[获取本次请求服务器返回的Cookie信息](Obtain the cookie information returned by the server for this request)
- getCookieValue(String) - 类 中的方法com.axios.response.HttpResponse
-
[获取Cookie值](get cookie value)
- getData() - 类 中的方法com.axios.response.Response
- getDefaultCipherSuites() - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- getErrorStream() - 类 中的方法com.axios.core.connection.Connection
-
[当返回错误代码时,获得错误内容流](When the error code is returned, the error content stream is obtained)
- getFile() - 类 中的方法com.axios.core.resource.FileResource
- getFragment() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取标识符](Get identifier)
- getFragmentEncoded() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取标识符](Get identifier)
- getHeader() - 类 中的方法com.axios.Axios
- getHeaders() - 类 中的方法com.axios.header.Header
-
[获取header](Get header)
- getHeaders() - 类 中的方法com.axios.response.Response
- getHost() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取主机](get host)
- getHttpURLConnection() - 类 中的方法com.axios.core.connection.Connection
-
[获取HttpURLConnection](Get httpurlconnection)
- getInputStream() - 类 中的方法com.axios.core.connection.Connection
-
[获得输入流对象](Get input stream object)
- getIter(Iterable<T>) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[获取 Iterator](get Iterator)
- getKey(V) - 类 中的方法com.axios.core.map.TableMap
-
[根据value获得对应的key](Obtain the corresponding key according to value)
- getKeys(V) - 类 中的方法com.axios.core.map.TableMap
-
[获取指定value对应的所有key](Gets all keys corresponding to the specified value)
- getMethod() - 类 中的方法com.axios.Axios
- getMethod() - 类 中的方法com.axios.core.connection.Connection
-
[获取请求方法](Get request method)
- getMethod() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取HTTP请求方法](Get HTTP request method)
- getMimeType(String) - 类 中的静态方法com.axios.Conn
-
[根据文件扩展名获得MimeType](Get mimeType from file extension)
- getMimeType(String) - 类 中的静态方法com.axios.core.tool.file.FileTool
- getMimeType(String) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[根据文件扩展名获得MimeType](Get mimeType from file extension)
- getMimeType(String, String) - 类 中的静态方法com.axios.Conn
-
[根据文件扩展名获得MimeType](Get mimeType from file extension)
- getMimeType(String, String) - 类 中的静态方法com.axios.core.tool.http.HttpTool
- getMimeType(Path) - 类 中的静态方法com.axios.core.tool.file.FileTool
- getMimeType(Path) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[获得文件的MimeType](Gets the mimeType of the file)
- getName() - 类 中的方法com.axios.core.resource.BytesResource
- getName() - 类 中的方法com.axios.core.resource.FileResource
- getName() - 类 中的方法com.axios.core.resource.MultiResource
- getName() - 接口 中的方法com.axios.core.resource.Resource
-
[获取资源名](Get resource name)
- getOrDefault(Object, V) - 类 中的方法com.axios.core.map.MapWrapper
- getOutputStream() - 类 中的方法com.axios.core.connection.Connection
-
[获取输出流对象 输出流对象用于发送数据](Gets the output stream object used to send data)
- getOutputStream(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
-
[获得一个输出流对象](Get an output stream object)
- getParam() - 类 中的方法com.axios.Axios
- getParams() - 类 中的方法com.axios.request.Request
- getPath() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取路径](Get path)
- getPathStr() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获得路径](Get path)
- getPort() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取端口](get port)
- getProxy() - 类 中的方法com.axios.core.connection.Connection
-
[获取代理](get proxy)
- getQuery() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取查询语句](Get query statement)
- getQueryMap() - 类 中的方法com.axios.core.http.url.UrlQuery
-
[获得查询的Map](Get the map of the query)
- getQueryStr() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取查询语句](Get query statement)
- getRaw() - 类 中的方法com.axios.core.map.MapWrapper
-
[获取原始的Map](Get the original map)
- getReader(InputStream, Charset) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[获得Reader](get Reader)
- getReader(Charset) - 类 中的方法com.axios.core.resource.MultiResource
- getReader(Charset) - 接口 中的方法com.axios.core.resource.Resource
-
[获得Reader](get Reader)
- getScheme() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取协议,例如http](Get protocol, such as http)
- getSchemeWithDefault() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[获取协议,例如http](Get protocol, such as http)
- getSegment(int) - 类 中的方法com.axios.core.http.url.UrlPath
-
[获得指定节点](Gets the specified node)
- getSegments() - 类 中的方法com.axios.core.http.url.UrlPath
-
[获取path的节点列表](Get the node list of path)
- getStatus() - 类 中的方法com.axios.response.HttpResponse
-
[获取状态码](Get status code)
- getStatus() - 类 中的方法com.axios.response.Response
- getStream() - 类 中的方法com.axios.core.resource.BytesResource
- getStream() - 类 中的方法com.axios.core.resource.FileResource
- getStream() - 类 中的方法com.axios.core.resource.MultiResource
- getStream() - 接口 中的方法com.axios.core.resource.Resource
-
[获得InputStream](get InputStream)
- getString(byte[], Charset, boolean) - 类 中的静态方法com.axios.Conn
-
[从流中读取内容](Read content from stream)
- getString(byte[], Charset, boolean) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[从流中读取内容](Read content from stream)
- getString(InputStream, Charset, boolean) - 类 中的静态方法com.axios.Conn
-
[从流中读取内容](Read content from stream)
- getSupportedCipherSuites() - 类 中的方法com.axios.core.config.ssl.CustomProtocolsSSLFactory
- getTimeout() - 类 中的静态方法com.axios.core.config.global.HttpGlobalConfig
-
[获取全局默认的超时时长](Gets the global default timeout length)
- getURIs() - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- getUrl() - 类 中的方法com.axios.Axios
- getUrl() - 类 中的方法com.axios.core.connection.Connection
-
[获取URL](Get URL)
- getUrl() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取请求URL](Get request URL)
- getUrl() - 类 中的方法com.axios.core.resource.BytesResource
- getUrl() - 类 中的方法com.axios.core.resource.FileResource
- getUrl() - 类 中的方法com.axios.core.resource.MultiResource
- getUrl() - 接口 中的方法com.axios.core.resource.Resource
-
[获得解析后的URL](Get the parsed URL)
- getValue() - 枚举 中的方法com.axios.core.type.ContentType
- getValue() - 枚举 中的方法com.axios.header.RequestHeader
-
[获取值](get value)
- getValues(K) - 类 中的方法com.axios.core.map.TableMap
-
[获取指定key对应的所有值](Gets all the values corresponding to the specified key)
- getWriter(OutputStream, Charset) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[获得一个Writer](Get a writer)
- GlobalCookieManager - com.axios.core.config.global中的类
-
[全局Cookie管理器](Global cookie Manager)
- GlobalCookieManager() - 类 的构造器com.axios.core.config.global.GlobalCookieManager
- GlobalHeaders - com.axios.core.config.global中的枚举
-
[全局头部信息](Global header information)
H
- hashCode() - 类 中的方法com.axios.core.map.MapWrapper
- hashCode() - 类 中的方法com.axios.core.mutable.MutableObj
- hashCode() - 类 中的方法com.axios.core.tool.mutable.MutableObj
- hasNext() - 类 中的方法com.axios.core.resource.MultiResource
- hasNext() - 类 中的方法com.axios.core.tool.text.ArrayIter
- head(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[HEAD 请求](HEAD request)
- HEAD - com.axios.core.requestMethod.RequestMethod
- header(RequestHeader) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[根据name获取头信息](Get header information according to name)
- header(RequestHeader) - 类 中的方法com.axios.core.connection.Connection
-
[获取请求头](Get request header)
- header(RequestHeader) - 类 中的方法com.axios.core.http.HttpBase
-
[根据name获取头信息](Get header information according to name)
- header(RequestHeader, String) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[设置一个header](Set a header)
- header(RequestHeader, String) - 类 中的方法com.axios.core.http.HttpBase
-
[设置一个header](Set a header)
- header(RequestHeader, String, boolean) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[设置一个header](Set a header)
- header(RequestHeader, String, boolean) - 类 中的方法com.axios.core.connection.Connection
-
[设置请求头](Set request header)
- header(RequestHeader, String, boolean) - 类 中的方法com.axios.core.http.HttpBase
-
[设置一个header](Set a header)
- header(String) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[根据name获取头信息](Get header information according to name)
- header(String) - 类 中的方法com.axios.core.connection.Connection
-
[获取请求头](Get request header)
- header(String) - 类 中的方法com.axios.core.http.HttpBase
-
[根据name获取头信息](Get header information according to name)
- header(String, String) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[设置一个header](Set a header)
- header(String, String) - 类 中的方法com.axios.core.http.HttpBase
-
[设置一个header](Set a header)
- header(String, String, boolean) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[设置请求头](Set request header)
- header(String, String, boolean) - 类 中的方法com.axios.core.connection.Connection
-
[设置请求头](Set request header)
- header(String, String, boolean) - 类 中的方法com.axios.core.http.HttpBase
-
[设置一个header](Set a header)
- header(Map<String, List<String>>) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[设置请求头](Set request header)
- header(Map<String, List<String>>) - 类 中的方法com.axios.core.http.HttpBase
-
[设置请求头](Set request header)
- header(Map<String, List<String>>, boolean) - 类 中的方法com.axios.core.connection.Connection
-
[设置请求头](Set request header)
- header(Map<String, List<String>>, boolean) - 类 中的方法com.axios.core.http.HttpBase
-
[设置请求头](Set request header)
- Header - com.axios.header中的类
-
[请求头](Request header)
- Header() - 类 的构造器com.axios.header.Header
- headerList(String) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[根据name获取头信息列表](Get header information list according to name)
- headerList(String) - 类 中的方法com.axios.core.http.HttpBase
-
[根据name获取头信息列表](Get header information list according to name)
- headerMap(Map<String, String>, boolean) - 类 中的方法com.axios.core.http.HttpBase
-
[设置header](Set header)
- headers - 枚举 中的变量com.axios.core.config.global.GlobalHeaders
-
Storage header information
- headers - 类 中的变量com.axios.core.http.HttpBase
-
存储头信息
- headers() - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[获取headers](Get headers)
- headers() - 类 中的方法com.axios.core.connection.Connection
-
[获取所有Http请求头](Get all HTTP request headers)
- headers() - 类 中的方法com.axios.core.http.HttpBase
-
[获取headers](Get headers)
- HOST - com.axios.header.RequestHeader
-
指定请求资源的Intenet主机和端口号,必须表示请求url的原始服务器或网关的位置。
- HTTP_1_0 - 类 中的静态变量com.axios.core.http.HttpBase
-
HTTP/1.0
- HTTP_1_1 - 类 中的静态变量com.axios.core.http.HttpBase
-
HTTP/1.1
- HTTP_ACCEPTED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 202: Accepted.
- HTTP_BAD_GATEWAY - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 502: Bad Gateway.
- HTTP_BAD_METHOD - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 405: Method Not Allowed.
- HTTP_BAD_REQUEST - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 400: Bad Request.
- HTTP_CLIENT_TIMEOUT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 408: Request Time-Out.
- HTTP_CONFLICT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 409: Conflict.
- HTTP_CREATED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 201: Created.
- HTTP_ENTITY_TOO_LARGE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 414: Request-URI Too Large.
- HTTP_FORBIDDEN - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 403: Forbidden.
- HTTP_GATEWAY_TIMEOUT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 504: Gateway Timeout.
- HTTP_GONE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 410: Gone.
- HTTP_INTERNAL_ERROR - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 500: Internal Server Error.
- HTTP_LENGTH_REQUIRED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 411: Length Required.
- HTTP_MOVED_PERM - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 301: Moved Permanently.
- HTTP_MOVED_TEMP - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 302: Temporary Redirect.
- HTTP_MULT_CHOICE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 300: Multiple Choices.
- HTTP_NO_CONTENT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 204: No Content.
- HTTP_NOT_ACCEPTABLE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 406: Not Acceptable.
- HTTP_NOT_AUTHORITATIVE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 203: Non-Authoritative Information.
- HTTP_NOT_FOUND - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 404: Not Found.
- HTTP_NOT_IMPLEMENTED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 501: Not Implemented.
- HTTP_NOT_MODIFIED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 304: Not Modified.
- HTTP_OK - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 200: OK.
- HTTP_PARTIAL - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 206: Partial Content.
- HTTP_PAYMENT_REQUIRED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 402: Payment Required.
- HTTP_PERMANENT_REDIRECT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 308: Permanent Redirect
- HTTP_PRECON_FAILED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 412: Precondition Failed.
- HTTP_PROXY_AUTH - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 407: Proxy Authentication Required.
- HTTP_RESET - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 205: Reset Content.
- HTTP_SEE_OTHER - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 303: See Other.
- HTTP_TEMP_REDIRECT - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 307: Temporary Redirect.
- HTTP_UNAUTHORIZED - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 401: Unauthorized.
- HTTP_UNAVAILABLE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 503: Service Unavailable.
- HTTP_UNSUPPORTED_TYPE - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 415: Unsupported Media Type.
- HTTP_USE_PROXY - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 305: Use Proxy.
- HTTP_VERSION - 接口 中的静态变量com.axios.status.Status
-
HTTP Status-Code 505: HTTP Version Not Supported.
- HttpBase<T> - com.axios.core.http中的类
-
[HTTP 基类](HTTP base class)
- HttpBase() - 类 的构造器com.axios.core.http.HttpBase
- httpConnection - 类 中的变量com.axios.response.HttpResponse
-
持有连接对象
- HttpDownloader - com.axios.core.http中的类
-
[下载的封装](Downloaded packages)
- HttpDownloader() - 类 的构造器com.axios.core.http.HttpDownloader
- HttpException - com.axios.exception中的异常错误
-
[http 异常](http exception)
- HttpException(String) - 异常错误 的构造器com.axios.exception.HttpException
- HttpException(Throwable) - 异常错误 的构造器com.axios.exception.HttpException
- HttpGlobalConfig - com.axios.core.config.global中的类
-
[HTTP 全局参数配置](HTTP global parameter configuration)
- HttpGlobalConfig() - 类 的构造器com.axios.core.config.global.HttpGlobalConfig
- HttpInputStream - com.axios.core.strem中的类
-
[HTTP输入流](HTTP input strem)
- HttpInputStream(HttpResponse) - 类 的构造器com.axios.core.strem.HttpInputStream
- HttpInterceptor - com.axios.core.http中的接口
-
[Http拦截器接口](HTTP interceptor interface)
- HttpInterceptor.Interceptor - com.axios.core.http中的类
-
[拦截器链](Interceptor chain )
- HttpRequest - com.axios.core.http中的类
-
[http请求类](HTTP request class)
- HttpRequest(UrlBuilder) - 类 的构造器com.axios.core.http.HttpRequest
- HttpRequest(String) - 类 的构造器com.axios.core.http.HttpRequest
- HttpResponse - com.axios.response中的类
-
[Http响应类](HTTP response class)
- HttpResponse(Connection, Charset, boolean, boolean) - 类 的构造器com.axios.response.HttpResponse
-
---------------- http response ----------------
- HttpTool - com.axios.core.tool.http中的类
-
[HTTP 工具类](HTTP Tool)
- HttpTool() - 类 的构造器com.axios.core.tool.http.HttpTool
- httpVersion - 类 中的变量com.axios.core.http.HttpBase
-
http版本
- httpVersion() - 类 中的方法com.axios.core.http.HttpBase
-
[HTTP 版本](HTTP version)
- httpVersion(String) - 类 中的方法com.axios.core.http.HttpBase
-
[设置 HTTP 版本](Set HTTP version)
I
- IGNORE - com.axios.core.tool.text.StrJoiner.NullMode
-
忽略 null
- in - 类 中的变量com.axios.response.HttpResponse
-
Http请求原始流
- index() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- indexOf(CharSequence, char, int, int) - 类 中的静态方法com.axios.core.tool.UrlTool
- initConn() - 类 中的方法com.axios.core.connection.Connection
-
[初始化连接相关信息](Initialization connection related information)
- INSTANCE - com.axios.core.config.global.GlobalHeaders
- INSTANCE - 类 中的静态变量com.axios.core.manager.DefaultTrustManager
- INSTANCE - 类 中的静态变量com.axios.core.tool.file.DelVisitor
- Interceptor() - 类 的构造器com.axios.core.http.HttpInterceptor.Interceptor
- IoCopier<S,T> - com.axios.core.tool.io中的类
-
[IO拷贝抽象](IO copy abstraction)
- IoCopier(int, long) - 类 的构造器com.axios.core.tool.io.IoCopier
-
构造
- IORuntimeException - com.axios.exception中的异常错误
-
[IO运行时异常](IO runtime exception)
- IORuntimeException(String) - 异常错误 的构造器com.axios.exception.IORuntimeException
- IORuntimeException(Throwable) - 异常错误 的构造器com.axios.exception.IORuntimeException
- IoTool - com.axios.core.tool.io中的类
- IoTool() - 类 的构造器com.axios.core.tool.io.IoTool
- isArray(Object) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[对象是否为数组对象](Is the object an array object)
- isBlank(CharSequence) - 类 中的静态方法com.axios.core.assertion.Assert
-
[字符串是否为空白](Is the string blank)
- isBlank(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否为空白](Is the string blank)
- isBlankChar(char) - 类 中的静态方法com.axios.core.assertion.Assert
-
[是否空白符](Is it blank)
- isBlankChar(int) - 类 中的静态方法com.axios.core.assertion.Assert
-
[是否空白符](Is it blank)
- isChunked() - 类 中的方法com.axios.response.HttpResponse
-
[是否为Transfer-Encoding:Chunked的内容](Is it the content of transfer encoding: chunked)
- isDefault(String) - 枚举 中的静态方法com.axios.core.type.ContentType
-
[是否为默认Content-Type](Is it the default content type)
- isDeflate() - 类 中的方法com.axios.response.HttpResponse
-
[是否为zlib(Deflate)压缩过的内容](Is it zlib (deflate) compressed content)
- isDirectory(Path, boolean) - 类 中的静态方法com.axios.core.tool.file.FileTool
- isEmpty() - 类 中的方法com.axios.core.map.MapWrapper
- isEmpty() - 类 中的方法com.axios.core.map.TableMap
- isEmpty() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- isEmpty(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否为空](Is the string empty)
- isEmpty(Collection<?>) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[集合是否为空](Is the collection empty)
- isEmpty(Collection<?>) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[数组是否为空](Is the array empty)
- isEmpty(Map<?, ?>) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[Map是否为空](Map is empty)
- isEmpty(T[]) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[数组是否为空](is the array empty)
- isFormUrlEncode(String) - 枚举 中的静态方法com.axios.core.type.ContentType
-
[是否为application/x-www-form-urlencoded](is it application/x-www-form-urlencoded)
- isGzip() - 类 中的方法com.axios.response.HttpResponse
-
[是否为gzip压缩过的内容](Is it gzip compressed content)
- isHttp(String) - 类 中的静态方法com.axios.Conn
-
[是否是http请求](Is it an HTTP request)
- isHttps(String) - 类 中的静态方法com.axios.Conn
-
[是否是https请求](Is it an HTTPS request)
- isKeepAlive() - 类 中的方法com.axios.core.http.HttpRequest
-
[获取是否为长连接](Gets whether it is a long connection)
- isNotBlank(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否为非空白](Is the string non blank)
- isNotEmpty(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[字符串是否为非空白](Is the string non blank)
- isNotEmpty(Map<?, ?>) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[判断该集合是否为空](Judge whether the collection is empty)
- isNotEmpty(T[]) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[数组是否为非空](Is the array non empty)
- isNull(Object) - 类 中的静态方法com.axios.core.tool.http.HttpTool
- isNull(Object) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[检查对象是否为null](Check whether the object is null)
- isOk() - 类 中的方法com.axios.response.HttpResponse
-
[请求是否成功](Is the request successful)
- isRedirected(int) - 接口 中的静态方法com.axios.status.Status
- IterableIter<T> - com.axios.core.tool.text中的接口
-
[提供合成接口](Provide synthetic interface)
- iterator() - 类 中的方法com.axios.core.http.HttpInterceptor.Interceptor
- iterator() - 类 中的方法com.axios.core.map.MapWrapper
- iterator() - 类 中的方法com.axios.core.map.TableMap
- iterator() - 类 中的方法com.axios.core.resource.MultiResource
- iterator() - 接口 中的方法com.axios.core.tool.text.IterableIter
J
- join(Iterable<T>, CharSequence) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[以 conjunction 为分隔符将集合转换为字符串](Converts a collection to a string with a conjunction as a delimiter)
- join(T[], CharSequence, String, String) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[分隔符将数组转换为字符串](The delimiter converts the array to a string)
- JSON - com.axios.core.type.ContentType
-
Rest请求JSON编码
K
- keepAlive(boolean) - 类 中的方法com.axios.core.http.HttpRequest
-
[是否是长链接](Is it a long link)
- keySet() - 类 中的方法com.axios.core.map.MapWrapper
- keySet() - 类 中的方法com.axios.core.map.TableMap
L
- LOCATION - com.axios.header.RequestHeader
-
重定向指示到的URL
M
- MapWrapper<K,V> - com.axios.core.map中的类
-
[Map包装类](Map wrapper class)
- MapWrapper(Map<K, V>) - 类 的构造器com.axios.core.map.MapWrapper
- mark(int) - 类 中的方法com.axios.core.strem.HttpInputStream
- markSupported() - 类 中的方法com.axios.core.strem.HttpInputStream
- match(T) - 接口 中的方法com.axios.core.matcher.Matcher
-
给定对象是否匹配
- Matcher<T> - com.axios.core.matcher中的接口
-
匹配接口
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- META_CHARSET_PATTERN - 类 中的静态变量com.axios.Conn
-
Encoding information matching meta tags
- META_CHARSET_PATTERN - 类 中的静态变量com.axios.core.tool.http.HttpTool
-
正则:匹配meta标签的编码信息
- method(RequestMethod) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置请求方法](set request method)
- Method - com.axios.method中的接口
-
[定义请求结束之后的操作](Define the action after the request ends)
- MIME_VERSION - com.axios.header.RequestHeader
-
给出发送端使用的MIME版本
- mkdir(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
-
[创建文件夹](create folder)
- mkdir(Path) - 类 中的静态方法com.axios.core.tool.file.FileTool
- mkParentDirs(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
-
[创建所给文件或目录的父目录](Creates the parent directory of the given file or directory)
- move(Path, Path, boolean) - 类 中的静态方法com.axios.core.tool.file.FileTool
- moveContent(Path, Path, boolean) - 类 中的静态方法com.axios.core.tool.file.FileTool
- MoveVisitor - com.axios.core.tool.file中的类
-
[文件移动操作的FileVisitor实现](Implementation of filevisitor for file movement operation)
- MoveVisitor(Path, Path, CopyOption...) - 类 的构造器com.axios.core.tool.file.MoveVisitor
- MultiFileResource - com.axios.core.resource中的类
-
[多文件组合资源](Multi file combination resource)
- MultiFileResource(File...) - 类 的构造器com.axios.core.resource.MultiFileResource
- MultiFileResource(Collection<File>) - 类 的构造器com.axios.core.resource.MultiFileResource
- MULTIPART - com.axios.core.type.ContentType
-
文件上传编码,浏览器会把整个表单以控件为单位分割,并为每个部分加上Content-Disposition,并加上分割符(boundary)
- MultipartBody - com.axios.core.body中的类
-
[Multipart/form-data数据的请求体封装](Request body encapsulation of Multipart/form-data)
- MultipartBody(Map<String, Object>, Charset) - 类 的构造器com.axios.core.body.MultipartBody
- MultiResource - com.axios.core.resource中的类
-
[多资源组合资源](Multi resource combination resource)
- MultiResource(Resource...) - 类 的构造器com.axios.core.resource.MultiResource
- MultiResource(Collection<Resource>) - 类 的构造器com.axios.core.resource.MultiResource
- Mutable<T> - com.axios.core.mutable中的接口
-
[提供可变值类型接口](Provide variable value type interface)
- Mutable<T> - com.axios.core.tool.mutable中的接口
-
[提供可变值类型接口](Provide variable value type interface)
- MutableObj<T> - com.axios.core.mutable中的类
-
[可变 Object](Variable object)
- MutableObj<T> - com.axios.core.tool.mutable中的类
-
[可变 Object](Variable object)
- MutableObj() - 类 的构造器com.axios.core.mutable.MutableObj
- MutableObj() - 类 的构造器com.axios.core.tool.mutable.MutableObj
- MutableObj(T) - 类 的构造器com.axios.core.mutable.MutableObj
- MutableObj(T) - 类 的构造器com.axios.core.tool.mutable.MutableObj
N
- next() - 类 中的方法com.axios.core.resource.MultiResource
- next() - 类 中的方法com.axios.core.tool.text.ArrayIter
- NoResourceException - com.axios.exception中的异常错误
- NoResourceException(String) - 异常错误 的构造器com.axios.exception.NoResourceException
- NoResourceException(Throwable) - 异常错误 的构造器com.axios.exception.NoResourceException
- normalizeParams(String, Charset) - 类 中的静态方法com.axios.Conn
-
[标准化参数字符串](Normalized parameter string)
- notBlank(T) - 类 中的静态方法com.axios.core.assertion.Assert
-
[检查给定字符串是否为空白](Checks whether the given string is blank)
- notBlank(T, String) - 类 中的静态方法com.axios.core.assertion.Assert
-
[检查给定字符串是否为空白](Checks whether the given string is blank)
- notBlank(T, Supplier<X>) - 类 中的静态方法com.axios.core.assertion.Assert
-
[检查给定字符串是否为空白](Checks whether the given string is blank)
- notNull(T) - 类 中的静态方法com.axios.core.assertion.Assert
-
[断言对象是否不为 null](Asserts whether the object is not null)
- notNull(T, String) - 类 中的静态方法com.axios.core.assertion.Assert
-
[断言对象是否不为 null](Asserts whether the object is not null)
- notNull(T, Supplier<X>) - 类 中的静态方法com.axios.core.assertion.Assert
-
[断言对象是否不为 null](Asserts whether the object is not null)
- NULL_STRING - com.axios.core.tool.text.StrJoiner.NullMode
-
null 转为null字符串
- nullToEmpty(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[当给定字符串为null时,转换为“”](Converts to '' when the given string is null)
O
- of(PercentCodec) - 类 中的静态方法com.axios.core.rfc.PercentCodec
-
[从已知PercentCodec创建PercentCodec](Create a percentcodec from a known percentcodec)
- of(StrJoiner) - 类 中的静态方法com.axios.core.tool.text.StrJoiner
-
[根据已有StrJoiner配置新建一个新的StrJoiner](Create a new strjoiner according to the existing strjoiner configuration)
- of(CharSequence) - 类 中的静态方法com.axios.core.rfc.PercentCodec
-
[创建PercentCodec](Create percentcodec)
- of(CharSequence) - 类 中的静态方法com.axios.core.tool.text.StrJoiner
-
[根据已有StrJoiner配置新建一个新的StrJoiner](Create a new strjoiner according to the existing strjoiner configuration)
- of(CharSequence, CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.text.StrJoiner
-
[根据已有StrJoiner配置新建一个新的StrJoiner](Create a new strjoiner according to the existing strjoiner configuration)
- of(CharSequence, Charset) - 类 中的静态方法com.axios.core.http.url.UrlPath
-
[构建UrlPath](Build urlpath)
- of(String) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL字符串构建UrlBuilder](Building urlbuilder using URL strings)
- of(String, String, int, UrlPath, UrlQuery, String, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[构建UrlBuilder](Build urlbuilder)
- of(String, String, int, String, String, String, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[构建UrlBuilder](Build urlbuilder)
- of(String, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL字符串构建UrlBuilder](Building urlbuilder using URL strings)
- of(String, Charset) - 类 中的静态方法com.axios.core.http.url.UrlQuery
-
[构建UrlQuery](Build urlquery)
- of(String, Charset, boolean) - 类 中的静态方法com.axios.core.http.url.UrlQuery
-
[构建UrlQuery](Build urlquery)
- of(String, Charset, boolean, boolean) - 类 中的静态方法com.axios.core.http.url.UrlQuery
-
[构建UrlQuery](Build urlquery)
- of(URI, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URI构建UrlBuilder](Building urlbuilder using URI)
- of(URL, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL构建UrlBuilder](Building urlbuilder using URL)
- of(Map<? extends CharSequence, ?>) - 类 中的静态方法com.axios.core.http.url.UrlQuery
-
[构建UrlQuery](Build urlquery)
- of(Map<? extends CharSequence, ?>, boolean) - 类 中的静态方法com.axios.core.http.url.UrlQuery
-
[构建UrlQuery](Build urlquery)
- offset() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- ofHttp(String) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL字符串构建UrlBuilder](Building urlbuilder using URL strings)
- ofHttp(String, Charset) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL字符串构建UrlBuilder](Building urlbuilder using URL strings)
- ofHttpWithoutEncode(String) - 类 中的静态方法com.axios.core.http.url.UrlBuilder
-
[使用URL字符串构建UrlBuilder](Building urlbuilder using URL strings)
- options(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[OPTIONS 请求](OPTIONS request)
- OPTIONS - com.axios.core.requestMethod.RequestMethod
- or(PercentCodec) - 类 中的方法com.axios.core.rfc.PercentCodec
-
[增加安全字符到挡墙的PercentCodec](Add security characters to the percentcodec of the retaining wall)
- ORIGIN - com.axios.header.RequestHeader
-
指定请求的域
- orNew(PercentCodec) - 类 中的方法com.axios.core.rfc.PercentCodec
-
[组合当前PercentCodec和指定PercentCodec为一个新的PercentCodec](Combine the current percentcodec and specify percentcodec as a new percentcodec)
P
- parse(CharSequence, Charset) - 类 中的方法com.axios.core.http.url.UrlPath
-
[解析path](Parse path)
- parse(String, Charset) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[解析URL中的查询字符串](Parse query string in URL)
- parse(String, Charset, boolean) - 类 中的方法com.axios.core.http.url.UrlQuery
-
[解析URL中的查询字符串](Parse query string in URL)
- patch(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[PATCH 请求](PATCH request)
- PATCH - com.axios.core.requestMethod.RequestMethod
- PATH - 类 中的静态变量com.axios.core.rfc.RFC3986
-
path = segment / "/"
- PCHAR - 类 中的静态变量com.axios.core.rfc.RFC3986
-
pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
- PercentCodec - com.axios.core.rfc中的类
-
rfc3986 : https://www.ietf.org/rfc/rfc3986.html
- PercentCodec() - 类 的构造器com.axios.core.rfc.PercentCodec
- PercentCodec(BitSet) - 类 的构造器com.axios.core.rfc.PercentCodec
- post(String) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Post请求](Use Axios to send Post request)
- post(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[POST请求](Post request)
- post(String, Header) - 类 中的静态方法com.axios.Axios
-
[发送post请求](Send post request)
- post(String, Body) - 类 中的静态方法com.axios.Axios
-
[发送post请求](Send post request)
- post(String, Body, Header) - 类 中的静态方法com.axios.Axios
-
[使用Axios发送Post请求](Use Axios to send Post request)
- post(String, String) - 类 中的静态方法com.axios.Conn
-
[发送post请求](Send post request)
- post(String, String, int) - 类 中的静态方法com.axios.Conn
-
[发送post请求](Send post request)
- post(String, Map<String, Object>) - 类 中的静态方法com.axios.Conn
-
[发送post请求](Send post request)
- post(String, Map<String, Object>, int) - 类 中的静态方法com.axios.Conn
-
[发送post请求](Send post request)
- POST - com.axios.core.requestMethod.RequestMethod
- postVisitDirectory(Path, IOException) - 类 中的方法com.axios.core.tool.file.DelVisitor
- PRAGMA - com.axios.header.RequestHeader
-
用来包含实现特定的指令,最常用的是Pragma:no-cache。
- prependIfMissing(CharSequence, CharSequence, boolean, CharSequence...) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[如果给定字符串不是以prefix开头的,在开头补充 prefix](If the given string does not start with prefix, prefix is supplemented at the beginning)
- preVisitDirectory(Path, BasicFileAttributes) - 类 中的方法com.axios.core.tool.file.MoveVisitor
- process(HttpRequest) - 接口 中的方法com.axios.core.http.HttpInterceptor
-
[处理请求](Processing requests)
- PROXY_AUTHORIZATION - com.axios.header.RequestHeader
-
提供给代理服务器的用于身份验证的凭证
- put(String) - 类 中的静态方法com.axios.Axios
-
[发送PUT请求](send PUT request)
- put(String) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[PUT 请求](PUT request)
- put(String, Header) - 类 中的静态方法com.axios.Axios
-
[发送PUT请求](send PUT request)
- put(String, Body) - 类 中的静态方法com.axios.Axios
-
[发送PUT请求](send PUT request)
- put(String, Body, Header) - 类 中的静态方法com.axios.Axios
-
[发送PUT请求](send PUT request)
- put(String, String) - 类 中的静态方法com.axios.Conn
-
[发送PUT请求](Send put request)
- put(String, String, int) - 类 中的静态方法com.axios.Conn
-
[发送PUT请求](Send put request)
- put(String, Map<String, Object>) - 类 中的静态方法com.axios.Conn
-
[发送PUT请求](Send put request)
- put(String, Map<String, Object>, int) - 类 中的静态方法com.axios.Conn
-
[发送PUT请求](Send put request)
- put(K, V) - 类 中的方法com.axios.core.map.CustomKeyMap
- put(K, V) - 类 中的方法com.axios.core.map.MapWrapper
- put(K, V) - 类 中的方法com.axios.core.map.TableMap
- PUT - com.axios.core.requestMethod.RequestMethod
- putAll(Map<? extends K, ? extends V>) - 类 中的方法com.axios.core.map.CustomKeyMap
- putAll(Map<? extends K, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- putAll(Map<? extends K, ? extends V>) - 类 中的方法com.axios.core.map.TableMap
- putDefault(boolean) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[加入默认的头部信息](Add default header information)
- putIfAbsent(K, V) - 类 中的方法com.axios.core.map.MapWrapper
Q
- QUERY - 类 中的静态变量com.axios.core.rfc.RFC3986
-
query = pchar / "/" / "?"
- QUERY - 类 中的静态变量com.axios.core.tool.URLEncoder
- QUERY_PARAM_NAME - 类 中的静态变量com.axios.core.rfc.RFC3986
-
query中的key
key不能包含"&
" 和 "=" - QUERY_PARAM_VALUE - 类 中的静态变量com.axios.core.rfc.RFC3986
-
query中的value
value不能包含"&
",可以包含 "="
R
- randomInt(int) - 类 中的静态方法com.axios.core.tool.random.RandomTool
-
[获得指定范围内的随机数](Gets a random number within the specified range)
- randomString(int) - 类 中的静态方法com.axios.core.tool.random.RandomTool
-
[获得一个随机的字符串](Get a random string)
- randomString(String, int) - 类 中的静态方法com.axios.core.tool.random.RandomTool
-
[获得一个随机的字符串](Get a random string)
- RandomTool - com.axios.core.tool.random中的类
-
[随机工具](Random tools)
- RandomTool() - 类 的构造器com.axios.core.tool.random.RandomTool
- read() - 类 中的方法com.axios.core.strem.HttpInputStream
- read(byte[], int, int) - 类 中的方法com.axios.core.strem.HttpInputStream
- read(InputStream, boolean) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[从流中读取内容](Read content from stream)
- read(Reader, boolean) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[从Reader中读取String](Read string from reader)
- readBytes() - 类 中的方法com.axios.core.resource.BytesResource
- readBytes() - 类 中的方法com.axios.core.resource.MultiResource
- readBytes() - 接口 中的方法com.axios.core.resource.Resource
-
[读取资源内容](Read resource content)
- readBytes(InputStream, boolean) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[从流中读取bytes](Read bytes from stream)
- readStr(Charset) - 类 中的方法com.axios.core.resource.BytesResource
- readStr(Charset) - 类 中的方法com.axios.core.resource.MultiResource
- readStr(Charset) - 接口 中的方法com.axios.core.resource.Resource
-
[读取资源内容](Read resource content)
- readUtf8Str() - 类 中的方法com.axios.core.resource.MultiResource
- readUtf8Str() - 接口 中的方法com.axios.core.resource.Resource
-
[读取资源内容](Read resource content)
- REFERER - com.axios.header.RequestHeader
-
允许客户端指定请求uri的源资源地址,这可以允许服务器生成回退链表,可用来登陆、优化cache等。
- RegularTool - com.axios.core.tool.regular中的类
-
[正则工具类](regular tool)
- RegularTool() - 类 的构造器com.axios.core.tool.regular.RegularTool
- remove() - 类 中的方法com.axios.core.resource.MultiResource
- remove() - 类 中的方法com.axios.core.tool.text.ArrayIter
- remove(Object) - 类 中的方法com.axios.core.map.CustomKeyMap
- remove(Object) - 类 中的方法com.axios.core.map.MapWrapper
- remove(Object) - 类 中的方法com.axios.core.map.TableMap
- remove(Object, Object) - 类 中的方法com.axios.core.map.CustomKeyMap
- remove(Object, Object) - 类 中的方法com.axios.core.map.MapWrapper
- remove(URI, HttpCookie) - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- removeAll() - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
- removeCurrent() - 类 中的方法com.axios.cookie.ThreadLocalCookieStore
-
[移除当前线程的Cookie](Remove cookie from current thread)
- removeHeader(RequestHeader) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[移除一个头信息](Remove a header)
- removeHeader(RequestHeader) - 类 中的方法com.axios.core.http.HttpBase
-
[移除一个头信息](Remove a header)
- removeHeader(String) - 枚举 中的方法com.axios.core.config.global.GlobalHeaders
-
[移除一个头信息](Remove a header)
- removeHeader(String) - 类 中的方法com.axios.core.http.HttpBase
-
[移除一个头信息](Remove a header)
- removePrefix(CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[去掉指定前缀](Remove the specified prefix)
- removeSafe(char) - 类 中的方法com.axios.core.rfc.PercentCodec
-
[移除安全字符](Remove security characters)
- removeSuffix(CharSequence, CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[去掉指定后缀](Remove the specified suffix)
- rename(File, String, boolean) - 类 中的静态方法com.axios.core.tool.file.FileTool
- replace(K, V) - 类 中的方法com.axios.core.map.CustomKeyMap
- replace(K, V) - 类 中的方法com.axios.core.map.MapWrapper
- replace(K, V, V) - 类 中的方法com.axios.core.map.CustomKeyMap
- replace(K, V, V) - 类 中的方法com.axios.core.map.MapWrapper
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - 类 中的方法com.axios.core.map.MapWrapper
- Request - com.axios.request中的类
-
[请求参数](Request parameters)
- Request() - 类 的构造器com.axios.request.Request
- RequestBody - com.axios.core.body中的接口
-
[定义请求体接口](Define request body interface)
- RequestHeader - com.axios.header中的枚举
-
[HTTP请求头](HTTP request header)
- RequestMethod - com.axios.core.requestMethod中的枚举
-
[定义一个请求方法的枚举](Defines an enumeration of request methods)
- RESERVED - 类 中的静态变量com.axios.core.rfc.RFC3986
-
reserved = gen-delims / sub-delims
see:https://www.ietf.org/rfc/rfc3986.html#section-2.2 - reset() - 类 中的方法com.axios.core.resource.MultiResource
- reset() - 类 中的方法com.axios.core.strem.HttpInputStream
- reset() - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- reset() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- reset() - 类 中的方法com.axios.core.tool.text.ArrayIter
-
[重置数组位置](Reset array position)
- Resource - com.axios.core.resource中的接口
-
[定义资源接口](Define resource interface)
- Response - com.axios.response中的类
-
[返回值参数](Return value parameter)
- Response() - 类 的构造器com.axios.response.Response
- Response(int, Map<String, List<String>>, String) - 类 的构造器com.axios.response.Response
- responseCode() - 类 中的方法com.axios.core.connection.Connection
-
[获取响应码](Get response code)
- RFC3986 - com.axios.core.rfc中的类
-
rfc3986 : https://www.ietf.org/rfc/rfc3986.html
- RFC3986() - 类 的构造器com.axios.core.rfc.RFC3986
S
- SEGMENT - 类 中的静态变量com.axios.core.rfc.RFC3986
-
segment = pchar
see: https://www.ietf.org/rfc/rfc3986.html#section-3.3 - SEGMENT_NZ_NC - 类 中的静态变量com.axios.core.rfc.RFC3986
-
segment-nz-nc = SEGMENT ; non-zero-length segment without any colon ":"
- set(T) - 接口 中的方法com.axios.core.mutable.Mutable
-
[设置值](set value)
- set(T) - 类 中的方法com.axios.core.mutable.MutableObj
- set(T) - 接口 中的方法com.axios.core.tool.mutable.Mutable
-
[设置值](set value)
- set(T) - 类 中的方法com.axios.core.tool.mutable.MutableObj
- SET_COOKIE - com.axios.header.RequestHeader
-
Cookie
- setBody(Body) - 类 中的方法com.axios.Axios
- setBody(Map<String, Object>) - 类 中的方法com.axios.request.Body
- setCharset(Charset) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置编码](Set encoding)
- setChunkedStreamingMode(int) - 类 中的方法com.axios.core.connection.Connection
-
[采用流方式上传数据,无需本地缓存数据。]
- setConnectionAndReadTimeout(int) - 类 中的方法com.axios.core.connection.Connection
-
[设置连接和读取的超时时间](Set connection and read timeout)
- setConnectionTimeout(int) - 类 中的方法com.axios.core.http.HttpRequest
- setConnectTimeout(int) - 类 中的方法com.axios.core.connection.Connection
-
[设置连接超时](Set connection timeout)
- setCookie(String) - 类 中的方法com.axios.core.connection.Connection
-
[设置Cookie](Set cookies)
- setCookieManager(CookieManager) - 类 中的静态方法com.axios.core.config.global.GlobalCookieManager
-
[自定义 CookieManager](Custom cookiemanager)
- setCookieManager(CookieManager) - 类 中的静态方法com.axios.core.config.global.HttpGlobalConfig
-
[自定义 CookieManager](Custom cookiemanager)
- setCookieManager(CookieManager) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[自定义 CookieManager](Custom cookiemanager)
- setData(String) - 类 中的方法com.axios.response.Response
- setDelimiter(CharSequence) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置分隔符](Set separator)
- setEmptyResult(String) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置当没有任何元素加入时,默认返回的字符串](Sets the string returned by default when no element is added)
- setEncodeSpaceAsPlus(boolean) - 类 中的方法com.axios.core.rfc.PercentCodec
-
[是否将空格编码为+](Encode spaces as+)
- setEncodeSpaceAsPlus(boolean) - 类 中的方法com.axios.core.tool.URLEncoder
- setFollowRedirects(boolean) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置是否打开重定向](Sets whether redirection is turned on)
- setFragment(String) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置标识符](Set identifier)
- setGlobalTimeout(int) - 类 中的静态方法com.axios.core.http.HttpRequest
-
[设置全局默认的连接和读取超时时长](Set the global default connection and read timeout)
- setHeader(Header) - 类 中的方法com.axios.Axios
- setHeaders(Map<String, List<String>>) - 类 中的方法com.axios.response.Response
- setHost(String) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置主机](set host)
- setHttpsInfo(HostnameVerifier, SSLSocketFactory) - 类 中的方法com.axios.core.connection.Connection
-
[设置https请求参数](Set HTTPS request parameters)
- setInstanceFollowRedirects(boolean) - 类 中的方法com.axios.core.connection.Connection
-
[设置自动HTTP 30X跳转](Set automatic HTTP 30x jump)
- setKeyManagers(KeyManager...) - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[设置 JSSE key managers](set JSSE key managers)
- setMaxRedirectCount(int) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置最大重定向次数](Set the maximum number of redirects)
- setMethod(RequestMethod) - 类 中的方法com.axios.Axios
- setMethod(RequestMethod) - 类 中的方法com.axios.core.connection.Connection
-
[设置请求方法](Set request method)
- setMethod(RequestMethod) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置请求方法](set request method)
- setNullMode(StrJoiner.NullMode) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置 null 元素处理逻辑](Set null element processing logic)
- setParam(Request) - 类 中的方法com.axios.Axios
- setPath(UrlPath) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置路径](set up path)
- setPort(int) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置端口](set port)
- setPrefix(CharSequence) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置前缀](Set prefix)
- setProtocol(String) - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[设置协议。
- setQuery(UrlQuery) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置查询语句](Set query statement)
- setReadTimeout(int) - 类 中的方法com.axios.core.connection.Connection
-
[设置读取超时](Set read timeout)
- setReadTimeout(int) - 类 中的方法com.axios.core.http.HttpRequest
- setScheme(String) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[设置协议](Set protocol)
- setSecureRandom(SecureRandom) - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[设置 SecureRandom](set SecureRandom)
- setStatus(int) - 类 中的方法com.axios.response.Response
- setSuffix(CharSequence) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置后缀](Set suffix)
- setTimeout(int) - 类 中的静态方法com.axios.core.config.global.HttpGlobalConfig
-
[设置默认的连接和读取超时时长](Set the default connection and read timeout)
- setTrustManagers(TrustManager...) - 类 中的方法com.axios.core.tool.ssl.SSLContextBuilder
-
[设置信任信息](Set trust information)
- setUrl(UrlBuilder) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置请求的URL](Set the requested URL)
- setUrl(String) - 类 中的方法com.axios.Axios
-
------------------- getter and setter -------------------
- setUrl(String) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置请求的URL](Set the requested URL)
- setUrlHandler(URLStreamHandler) - 类 中的方法com.axios.core.http.HttpRequest
-
[设置 URLStreamHandler](set URLStreamHandler)
- setWithEndTag(boolean) - 类 中的方法com.axios.core.http.url.UrlPath
-
[是否path的末尾加/](Add at the end of path/)
- setWrapElement(boolean) - 类 中的方法com.axios.core.tool.text.StrJoiner
-
[设置前缀和后缀是否包装每个元素](Sets whether prefixes and suffixes wrap each element)
- size() - 类 中的方法com.axios.core.map.MapWrapper
- size() - 类 中的方法com.axios.core.map.TableMap
- size() - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- size() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- skip(long) - 类 中的方法com.axios.core.strem.HttpInputStream
- SSL - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports some version of SSL; may support other versions
- SSLContextBuilder - com.axios.core.tool.ssl中的类
-
[SSLContext构建器](Sslcontext builder)
- SSLContextBuilder() - 类 的构造器com.axios.core.tool.ssl.SSLContextBuilder
- SSLProtocols - com.axios.core.config.ssl中的接口
-
[SSL或TLS协议](SSL or TLS protocol)
- SSLTool - com.axios.core.tool.ssl中的类
- SSLTool() - 类 的构造器com.axios.core.tool.ssl.SSLTool
- SSLv2 - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports SSL version 2 or later; may support other versions
- SSLv3 - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports SSL version 3; may support other versions
- startWith(CharSequence, CharSequence, boolean, boolean) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[是否以指定字符串开头](Whether to start with the specified string)
- status - 类 中的变量com.axios.response.HttpResponse
-
响应状态码
- Status - com.axios.status中的接口
-
[返回状态码](Return status code)
- store(Connection) - 类 中的静态方法com.axios.core.config.global.GlobalCookieManager
-
[存储响应的Cookie信息到本地](Store the cookie information of the response locally)
- str(byte[], Charset) - 类 中的静态方法com.axios.core.tool.http.HttpTool
-
[将编码的byteBuffer数据转换为字符串](Converts encoded ByteBuffer data to a string)
- StreamCopier - com.axios.core.tool.io中的类
-
[InputStream 向 OutputStream 拷贝](Copy InputStream to OutputStream)
- StreamCopier() - 类 的构造器com.axios.core.tool.io.StreamCopier
- StreamCopier(int) - 类 的构造器com.axios.core.tool.io.StreamCopier
- StreamCopier(int, long) - 类 的构造器com.axios.core.tool.io.StreamCopier
- StrJoiner - com.axios.core.tool.text中的类
- StrJoiner(Appendable, CharSequence) - 类 的构造器com.axios.core.tool.text.StrJoiner
- StrJoiner(Appendable, CharSequence, CharSequence, CharSequence) - 类 的构造器com.axios.core.tool.text.StrJoiner
- StrJoiner(CharSequence) - 类 的构造器com.axios.core.tool.text.StrJoiner
- StrJoiner(CharSequence, CharSequence, CharSequence) - 类 的构造器com.axios.core.tool.text.StrJoiner
- StrJoiner.NullMode - com.axios.core.tool.text中的枚举
-
[null 处理的模式](Null processing mode)
- sub(CharSequence, int, int) - 类 中的静态方法com.axios.core.tool.UrlTool
- SUB_DELIMS - 类 中的静态变量com.axios.core.rfc.RFC3986
-
sub-delims = "!"
- subAfter(CharSequence, CharSequence, boolean) - 类 中的静态方法com.axios.core.tool.UrlTool
- subSuf(CharSequence, int) - 类 中的静态方法com.axios.core.tool.UrlTool
- sync() - 类 中的方法com.axios.response.HttpResponse
-
[同步操作](Synchronous operation)
T
- TableMap<K,V> - com.axios.core.map中的类
-
[可重复键和值的Map](Map of repeatable keys and values)
- TableMap(int) - 类 的构造器com.axios.core.map.TableMap
- TableMap(K[], V[]) - 类 的构造器com.axios.core.map.TableMap
- TEXT_HTML - com.axios.core.type.ContentType
-
text/html编码
- TEXT_PLAIN - com.axios.core.type.ContentType
-
text/plain编码
- TEXT_XML - com.axios.core.type.ContentType
-
Rest请求text/xml编码
- then(Method) - 接口 中的方法com.axios.ajax.Ajax
-
[定义完成请求之后的操作](Define the action after completing the request)
- ThreadLocalCookieStore - com.axios.cookie中的类
-
[线程隔离的Cookie存储](Thread isolated cookie store)
- ThreadLocalCookieStore() - 类 的构造器com.axios.cookie.ThreadLocalCookieStore
- timeout - 类 中的静态变量com.axios.core.config.global.HttpGlobalConfig
- timeout(int) - 类 中的方法com.axios.core.http.HttpRequest
- TLS - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports some version of TLS; may support other versions
- TLSv1 - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports RFC 2246: TLS version 1.0 ; may support other versions
- TLSv11 - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports RFC 4346: TLS version 1.1 ; may support other versions
- TLSv12 - 接口 中的静态变量com.axios.core.config.ssl.SSLProtocols
-
Supports RFC 5246: TLS version 1.2 ; may support other versions
- TO_EMPTY - com.axios.core.tool.text.StrJoiner.NullMode
-
null 转为""
- toArray() - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- toArray(int, int) - 类 中的方法com.axios.core.tool.io.FastByteBuffer
- toBody() - 类 中的方法com.axios.request.Body
- toBody() - 类 中的方法com.axios.request.Request
-
[将参数变成json类型](Change the parameter to JSON type)
- toBuffered(OutputStream) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[转换为 BufferedOutputStream](Convert to BufferedOutputStream)
- toByteArray() - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- toParam() - 类 中的方法com.axios.request.Request
-
[将参数变成基础的get模式](Change the parameters to the basic get mode)
- toParams(Map<String, ?>) - 类 中的静态方法com.axios.Conn
-
[将Map形式的Form表单数据转换为Url参数形式](Convert form data in map form to URL parameter form)
- toParams(Map<String, ?>, Charset) - 类 中的静态方法com.axios.Conn
-
[将Map形式的Form表单数据转换为Url参数形式](Convert form data in map form to URL parameter form)
- toParams(Map<String, ?>, Charset, boolean) - 类 中的静态方法com.axios.Conn
-
[将Map形式的Form表单数据转换为Url参数形式](Convert form data in map form to URL parameter form)
- toString() - 类 中的方法com.axios.core.http.HttpBase
- toString() - 类 中的方法com.axios.core.http.url.UrlBuilder
- toString() - 类 中的方法com.axios.core.http.url.UrlQuery
- toString() - 类 中的方法com.axios.core.map.MapWrapper
- toString() - 类 中的方法com.axios.core.map.TableMap
- toString() - 类 中的方法com.axios.core.mutable.MutableObj
- toString() - 类 中的方法com.axios.core.resource.FileResource
- toString() - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- toString() - 类 中的方法com.axios.core.tool.mutable.MutableObj
- toString() - 类 中的方法com.axios.core.tool.text.StrJoiner
- toString() - 枚举 中的方法com.axios.core.type.ContentType
- toString() - 枚举 中的方法com.axios.header.RequestHeader
- toString() - 类 中的方法com.axios.response.HttpResponse
- toString() - 类 中的方法com.axios.response.Response
- toString(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
- toString(String) - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- toString(Charset) - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- toString(Charset) - 枚举 中的方法com.axios.core.type.ContentType
-
[输出Content-Type字符串](Output content type string)
- touch(File) - 类 中的静态方法com.axios.core.tool.file.FileTool
-
[创建文件及其父目录](Create a file and its parent directory)
- toURI() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[转换为 URL 对象](Convert to URL object)
- toURI(String) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[转URL为URI](Convert URL to URI)
- toURI(URL) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[转URL为URI](Convert URL to URI)
- toURL() - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[转换为 URL 对象](Convert to URL object)
- toURL(URLStreamHandler) - 类 中的方法com.axios.core.http.url.UrlBuilder
-
[转换为 URL 对象](Convert to URL object)
- toUrlForHttp(String) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[将URL字符串转换为URL对象,并做必要验证](Convert the URL string into a URL object and verify it as necessary)
- toUrlForHttp(String, URLStreamHandler) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[将URL字符串转换为URL对象,并做必要验证](Convert the URL string into a URL object and verify it as necessary)
- TRACE - com.axios.core.requestMethod.RequestMethod
- TRAILER - com.axios.header.RequestHeader
-
如果报文采用了分块传输编码(chunked transfer encoding) 方式,就可以用这个首部列出位于报文拖挂(trailer)部分的首部集合
- TRANSFER_ENCODING - com.axios.header.RequestHeader
-
告知接收端为了保证报文的可靠传输,对报文采用了什么编码方式
- trim(CharSequence) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[除去字符串头尾部的断言为真的字符](Remove the character whose assertion is true at the beginning and end of the string)
- trim(CharSequence, int) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[除去字符串头尾部的断言为真的字符](Remove the character whose assertion is true at the beginning and end of the string)
- trim(CharSequence, int, Predicate<Character>) - 类 中的静态方法com.axios.core.tool.UrlTool
-
[除去字符串头尾部的断言为真的字符](Remove the character whose assertion is true at the beginning and end of the string)
- TRUST_ANY_HOSTNAME_VERIFIER - 类 中的静态变量com.axios.core.config.ssl.DefaultSSLInfo
-
默认信任全部的域名校验器
- TrustAnyHostnameVerifier - com.axios.core.config.ssl中的类
-
[https 域名校验](HTTPS domain name verification)
- TrustAnyHostnameVerifier() - 类 的构造器com.axios.core.config.ssl.TrustAnyHostnameVerifier
U
- UNRESERVED - 类 中的静态变量com.axios.core.rfc.RFC3986
-
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
see: https://www.ietf.org/rfc/rfc3986.html#section-2.3 - UPGRADE - com.axios.header.RequestHeader
-
给出了发送端可能想要"升级"使用的新版本和协议
- url(String) - 类 中的静态方法com.axios.core.tool.http.HttpTool
- UrlBuilder - com.axios.core.http.url中的类
-
[URL 生成器](URL generator)
- UrlBuilder() - 类 的构造器com.axios.core.http.url.UrlBuilder
- UrlBuilder(String, String, int, UrlPath, UrlQuery, String, Charset) - 类 的构造器com.axios.core.http.url.UrlBuilder
- URLDecoder - com.axios.core.http.url中的类
-
[URL解码](URL decoding)
- URLDecoder() - 类 的构造器com.axios.core.http.url.URLDecoder
- URLEncoder - com.axios.core.tool中的类
- URLEncoder() - 类 的构造器com.axios.core.tool.URLEncoder
- UrlPath - com.axios.core.http.url中的类
-
[URL中Path部分的封装](Encapsulation of the path part of the URL)
- UrlPath() - 类 的构造器com.axios.core.http.url.UrlPath
- UrlQuery - com.axios.core.http.url中的类
-
[URL中查询字符串部分的封装](Encapsulation of query string part in URL)
- UrlQuery() - 类 的构造器com.axios.core.http.url.UrlQuery
- UrlQuery(boolean) - 类 的构造器com.axios.core.http.url.UrlQuery
- UrlQuery(Map<? extends CharSequence, ?>) - 类 的构造器com.axios.core.http.url.UrlQuery
- UrlQuery(Map<? extends CharSequence, ?>, boolean) - 类 的构造器com.axios.core.http.url.UrlQuery
- UrlTool - com.axios.core.tool中的类
-
[整合的工具类](Integrated tools)
- UrlTool() - 类 的构造器com.axios.core.tool.UrlTool
- urlWithForm(String, String, Charset, boolean) - 类 中的静态方法com.axios.Conn
-
[将表单数据加到URL中](Add form data to URL)
- urlWithForm(String, Map<String, Object>, Charset, boolean) - 类 中的静态方法com.axios.Conn
-
[将表单数据加到URL中](Add form data to URL)
- USER_AGENT - com.axios.header.RequestHeader
-
HTTP客户端运行的浏览器类型的详细信息。
V
- valueOf(String) - 枚举 中的静态方法com.axios.core.config.global.GlobalHeaders
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.axios.core.requestMethod.RequestMethod
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.axios.core.tool.text.StrJoiner.NullMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.axios.core.type.ContentType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法com.axios.header.RequestHeader
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法com.axios.core.config.global.GlobalHeaders
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 类 中的方法com.axios.core.map.MapWrapper
- values() - 类 中的方法com.axios.core.map.TableMap
- values() - 枚举 中的静态方法com.axios.core.requestMethod.RequestMethod
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举 中的静态方法com.axios.core.tool.text.StrJoiner.NullMode
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举 中的静态方法com.axios.core.type.ContentType
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- values() - 枚举 中的静态方法com.axios.header.RequestHeader
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
- verify(String, SSLSession) - 类 中的方法com.axios.core.config.ssl.TrustAnyHostnameVerifier
- VIA - com.axios.header.RequestHeader
-
显示了报文经过的中间节点
- visitFile(Path, BasicFileAttributes) - 类 中的方法com.axios.core.tool.file.DelVisitor
- visitFile(Path, BasicFileAttributes) - 类 中的方法com.axios.core.tool.file.MoveVisitor
W
- write(byte[], int, int) - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- write(int) - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- write(OutputStream) - 类 中的方法com.axios.core.body.MultipartBody
-
---------------- override ----------------
- write(OutputStream) - 接口 中的方法com.axios.core.body.RequestBody
-
[写出数据,不关闭流](Write out data without closing the stream)
- write(OutputStream, boolean, byte[]) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[将byte[]写到流中](Write byte [] to stream)
- write(OutputStream, Charset, boolean, Object...) - 类 中的静态方法com.axios.core.tool.io.IoTool
-
[将多部分内容写到流中,自动转换为字符串](Write multiple parts to the stream and automatically convert them to strings)
- writeBody(File) - 类 中的方法com.axios.response.HttpResponse
-
[将响应内容写出到文件](Write out the response content to the file)
- writeBody(File, String) - 类 中的方法com.axios.response.HttpResponse
-
[将响应内容写出到文件](Write out the response content to the file)
- writeBody(OutputStream, boolean) - 类 中的方法com.axios.response.HttpResponse
-
[将响应内容写出到OutputStream](Write out the response content to the OutputStream)
- writeBody(String) - 类 中的方法com.axios.response.HttpResponse
-
[将响应内容写出到文件](Write out the response content to the file)
- writeBodyForFile(File) - 类 中的方法com.axios.response.HttpResponse
-
[将响应内容写出到文件](Write out the response content to the file)
- writeTo(OutputStream) - 接口 中的方法com.axios.core.resource.Resource
-
[将资源内容写出到流](Write out resource content to stream)
- writeTo(OutputStream) - 类 中的方法com.axios.core.tool.io.FastByteArrayOutputStream
- WWW_AUTHENTICATE - com.axios.header.RequestHeader
-
提供WWW验证响应头
X
- XML - com.axios.core.type.ContentType
-
Rest请求XML编码
所有类|所有程序包