- TEMPORARY_REDIRECT - 类 中的静态变量net.dongliu.requests.StatusCodes
-
- text(String, String) - 类 中的静态方法net.dongliu.requests.body.Part
-
Create a text multi-part field.
- text(String) - 类 中的静态方法net.dongliu.requests.body.RequestBody
-
Create request body send string data
- timeout(int) - 类 中的方法net.dongliu.requests.RequestBuilder
-
Set both connect timeout and socks timeout in milliseconds
- timeout(int, int) - 类 中的方法net.dongliu.requests.RequestBuilder
-
Set connect timeout and socks timeout in milliseconds
- toBuilder() - 类 中的方法net.dongliu.requests.Request
-
Create and copy fields to mutable builder instance.
- toBytesResponse() - 类 中的方法net.dongliu.requests.RawResponse
-
Convert to response, with body as byte array
- toFileResponse(Path) - 类 中的方法net.dongliu.requests.RawResponse
-
Write response body to file, and return response contains the file.
- toJsonResponse(TypeInfer<T>) - 类 中的方法net.dongliu.requests.RawResponse
-
Convert http response body to json result
- toJsonResponse(Class<T>) - 类 中的方法net.dongliu.requests.RawResponse
-
Convert http response body to json result
- TooManyRedirectsException - net.dongliu.requests.exception中的异常错误
-
Thrown when redirect too many times.
- TooManyRedirectsException(int) - 异常错误 的构造器net.dongliu.requests.exception.TooManyRedirectsException
-
- toResponse(ResponseHandler<T>) - 类 中的方法net.dongliu.requests.RawResponse
-
Handle response body with handler, return a new response with content as handler result.
- toString() - 类 中的方法net.dongliu.requests.Cookie
-
- toString() - 类 中的方法net.dongliu.requests.Parameter
-
- toStringParameters(Collection<? extends Map.Entry<String, ?>>) - 类 中的静态方法net.dongliu.requests.utils.URLUtils
-
- toTextResponse() - 类 中的方法net.dongliu.requests.RawResponse
-
Convert to response, with body as text.
- TRACE - 类 中的静态变量net.dongliu.requests.Methods
-
- TrustManagerLoadFailedException - net.dongliu.requests.exception中的异常错误
-
Thrown when something wrong occurred when load certificate, construct trust manager, etc.
- TrustManagerLoadFailedException(Exception) - 异常错误 的构造器net.dongliu.requests.exception.TrustManagerLoadFailedException
-
- TrustManagerLoadFailedException(String) - 异常错误 的构造器net.dongliu.requests.exception.TrustManagerLoadFailedException
-
- TypeInfer<T> - net.dongliu.requests.json中的类
-
Simple generic type infer class
- TypeInfer() - 类 的构造器net.dongliu.requests.json.TypeInfer
-