跳过导航链接
A B C D E F G H I L N O P S T V 

A

appendParam(String, Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.HttpUtils
Append param.

B

BrowerRequest - cn.featherfly.common.http中的类
BrowerRequest.
BrowerRequest(HttpRequest) - 类 的构造器cn.featherfly.common.http.BrowerRequest
Instantiates a new brower request.

C

cacheDir - 类 中的变量cn.featherfly.common.http.HttpRequestConfig
The cache dir.
cacheMaxSize - 类 中的变量cn.featherfly.common.http.HttpRequestConfig
The cache max size.
cn.featherfly.common.http - 程序包 cn.featherfly.common.http
 
completion(Consumer<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequestCompletion
 
completion(Consumer<T>, Consumer<HttpErrorResponse>) - 接口 中的方法cn.featherfly.common.http.HttpRequestCompletion
 
completion(Consumer<T>) - 类 中的方法cn.featherfly.common.http.HttpRequestCompletionImpl
completion(Consumer<T>, Consumer<HttpErrorResponse>) - 类 中的方法cn.featherfly.common.http.HttpRequestCompletionImpl
connectTimeout - 类 中的变量cn.featherfly.common.http.HttpRequestConfig
The connect timeout.
createFormBody(Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.HttpUtils
Creates the form body.

D

data - 类 中的变量cn.featherfly.common.http.HttpResponse
Raw data from this response.
DEFAULT_CONTENT_TYPE - 类 中的静态变量cn.featherfly.common.http.HttpUtils
The Constant DEFAULT_CONTENT_TYPE.
delete(String) - 类 中的静态方法cn.featherfly.common.http.Http
Delete.
download(String, OutputStream) - 类 中的静态方法cn.featherfly.common.http.Http
Download.
download(String, File) - 类 中的静态方法cn.featherfly.common.http.Http
Download.
download(String, Map<String, Serializable>, OutputStream) - 类 中的静态方法cn.featherfly.common.http.Http
Download.
download(String, Map<String, Serializable>, File) - 类 中的静态方法cn.featherfly.common.http.Http
Download.

E

Error - cn.featherfly.common.http中的接口
Error.
error(HttpErrorResponse) - 接口 中的方法cn.featherfly.common.http.ErrorListener
Error.
error(Consumer<HttpErrorResponse>) - 接口 中的方法cn.featherfly.common.http.HttpRequestCompletion
 
error(Consumer<HttpErrorResponse>) - 类 中的方法cn.featherfly.common.http.HttpRequestCompletionImpl
ErrorListener - cn.featherfly.common.http中的接口
ErrorListener.

F

failure(T) - 接口 中的方法cn.featherfly.common.http.Listener
Failure.

G

get(String) - 类 中的静态方法cn.featherfly.common.http.Http
Gets the.
get(String, Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.Http
Gets the.
getContentType(Response) - 类 中的静态方法cn.featherfly.common.http.HttpUtils
Gets the content type.
getHttpResponse() - 类 中的方法cn.featherfly.common.http.HttpErrorResponse
Gets the http response.
getMessage() - 接口 中的方法cn.featherfly.common.http.Error
 
getMessage() - 类 中的方法cn.featherfly.common.http.HttpErrorResponse

H

headers - 类 中的变量cn.featherfly.common.http.HttpResponse
Response headers.
Http - cn.featherfly.common.http中的类
Http.
Http() - 类 的构造器cn.featherfly.common.http.Http
 
HttpErrorResponse - cn.featherfly.common.http中的类
The Class HttpErrorResponse.
HttpErrorResponse(String) - 类 的构造器cn.featherfly.common.http.HttpErrorResponse
Instantiates a new http error response.
HttpErrorResponse(int, byte[], Map<String, String>, boolean, long, String) - 类 的构造器cn.featherfly.common.http.HttpErrorResponse
Instantiates a new http error response.
HttpException - cn.featherfly.common.http中的异常错误
HttpException.
HttpException() - 异常错误 的构造器cn.featherfly.common.http.HttpException
 
HttpException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String, Locale) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(String) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpException(Throwable) - 异常错误 的构造器cn.featherfly.common.http.HttpException
构造方法
HttpMethod - cn.featherfly.common.http中的枚举
The Enum HttpMethod.
HttpRequest - cn.featherfly.common.http中的接口
The Interface HttpRequest.
HttpRequestCompletion<T> - cn.featherfly.common.http中的接口
HttpResponseHandler.
HttpRequestCompletionImpl<T> - cn.featherfly.common.http中的类
HttpRequestHandlerImpl.
HttpRequestCompletionImpl() - 类 的构造器cn.featherfly.common.http.HttpRequestCompletionImpl
 
HttpRequestConfig - cn.featherfly.common.http中的类
The Class HttpRequestConfig.
HttpRequestConfig() - 类 的构造器cn.featherfly.common.http.HttpRequestConfig
Instantiates a new http request config.
HttpRequestConfig(File) - 类 的构造器cn.featherfly.common.http.HttpRequestConfig
Instantiates a new http request config.
HttpResponse - cn.featherfly.common.http中的类
The Class HttpResponse.
HttpResponse(int, byte[], Map<String, String>, boolean, long) - 类 的构造器cn.featherfly.common.http.HttpResponse
Creates a new network response.
HttpUtils - cn.featherfly.common.http中的类
Http.
HttpUtils() - 类 的构造器cn.featherfly.common.http.HttpUtils
 

I

isDeserializeWithContentType() - 类 中的方法cn.featherfly.common.http.OkHttpRequest
get deserializeWithContentType value.

L

Listener<T> - cn.featherfly.common.http中的接口
The Interface Listener.
logger - 类 中的变量cn.featherfly.common.http.OkHttpRequest
The logger.

N

networkTimeMs - 类 中的变量cn.featherfly.common.http.HttpResponse
Network roundtrip time in milliseconds.
notModified - 类 中的变量cn.featherfly.common.http.HttpResponse
True if the server returned a 304 (Not Modified).

O

OkHttpRequest - cn.featherfly.common.http中的类
The Class OkHttpRequest.
OkHttpRequest(HttpRequestConfig) - 类 的构造器cn.featherfly.common.http.OkHttpRequest
Instantiates a new ok http request.
OkHttpRequest(HttpRequestConfig, Serialization) - 类 的构造器cn.featherfly.common.http.OkHttpRequest
Instantiates a new ok http request.
OkHttpRequest(HttpRequestConfig, Serialization, MediaType) - 类 的构造器cn.featherfly.common.http.OkHttpRequest
Instantiates a new ok http request.
OkHttpRequest(OkHttpClient, Serialization, MediaType) - 类 的构造器cn.featherfly.common.http.OkHttpRequest
Instantiates a new ok http request.

P

post(String) - 类 中的静态方法cn.featherfly.common.http.Http
Post.
post(String, Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.Http
Post.
preSend(HttpMethod, StringBuilder, Object, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
Pre send.
put(String) - 类 中的静态方法cn.featherfly.common.http.Http
Put.
put(String, Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.Http
Put.

S

send(HttpMethod, String, R, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener, long) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Class<T>, ErrorListener) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener, long) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>, ErrorListener) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Class<T>, ErrorListener) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Map<String, String>, Class<T>, ErrorListener, long) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, R, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
send(HttpMethod, String, Map<String, Serializable>, Class<T>, ErrorListener) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,使用Future转换为同步方法调用方式.
sendCompletion(HttpMethod, String, R, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, R, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, R, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, R, Map<String, String>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, R, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, R, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendCompletion(HttpMethod, String, Map<String, Serializable>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Class<T>) - 类 中的方法cn.featherfly.common.http.BrowerRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Map<String, String>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Class<T>) - 接口 中的方法cn.featherfly.common.http.HttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, R, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Map<String, String>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
sendObservable(HttpMethod, String, Map<String, Serializable>, Class<T>) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
发送请求(请求体作为参数),异步网络请求,回调处理.
setDeserializeWithContentType(boolean) - 类 中的方法cn.featherfly.common.http.OkHttpRequest
set deserializeWithContentType value.
setHttpErrorResponse(HttpErrorResponse) - 类 中的方法cn.featherfly.common.http.HttpRequestCompletionImpl
set httpErrorResponse value
setResponse(T) - 类 中的方法cn.featherfly.common.http.HttpRequestCompletionImpl
set response value
shutdown() - 类 中的方法cn.featherfly.common.http.OkHttpRequest
Shutdown.
statusCode - 类 中的变量cn.featherfly.common.http.HttpResponse
The HTTP status code.
success(T) - 接口 中的方法cn.featherfly.common.http.Listener
Success.

T

toOkHttpCode() - 枚举 中的方法cn.featherfly.common.http.HttpMethod
To ok http code.
toParameString(Map<String, Serializable>) - 类 中的静态方法cn.featherfly.common.http.HttpUtils
To parame string.
toString() - 类 中的方法cn.featherfly.common.http.HttpResponse
toVolleyCode() - 枚举 中的方法cn.featherfly.common.http.HttpMethod
To volley code.

V

valueOf(String) - 枚举 中的静态方法cn.featherfly.common.http.HttpMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.featherfly.common.http.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I L N O P S T V 
跳过导航链接