跳过导航链接
A C D E F G H J O P R S T V X 

A

addHeader(String, String) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequest
 
addParameter(String, String) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequestBody
 
addUrlParameter(String, Object) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequest
 

C

checkSuccess(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
实现如何判断请求成功
checkSuccess(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.SimpleHttpResponseBodyProcessor
 
com.github.developframework.toolkit.http - 程序包 com.github.developframework.toolkit.http
 
com.github.developframework.toolkit.http.request - 程序包 com.github.developframework.toolkit.http.request
 
com.github.developframework.toolkit.http.response - 程序包 com.github.developframework.toolkit.http.response
 
content - 类 中的变量com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
 

D

delete(HttpRequest, Class<T>) - 类 中的方法com.github.developframework.toolkit.http.ToolkitHttpClient
发送DELETE请求

E

error - 类 中的变量com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
 
error(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
实现请求失败时的处理
error(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.SimpleHttpResponseBodyProcessor
 

F

FormDataHttpRequestBody - com.github.developframework.toolkit.http.request中的类
 
FormDataHttpRequestBody(String) - 类 的构造器com.github.developframework.toolkit.http.request.FormDataHttpRequestBody
 
FormUrlencodedHttpRequestBody - com.github.developframework.toolkit.http.request中的类
 
FormUrlencodedHttpRequestBody() - 类 的构造器com.github.developframework.toolkit.http.request.FormUrlencodedHttpRequestBody
 

G

get(HttpRequest, Class<T>) - 类 中的方法com.github.developframework.toolkit.http.ToolkitHttpClient
发送GET请求
getContentType(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.JsonRawHttpRequestBody
 
getContentType(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.RawHttpRequestBody
 
getContentType(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.TextRawHttpRequestBody
 
getContentType(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.XmlRawHttpRequestBody
 
getUrlFull() - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequest
 

H

hasBody() - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequest
判断是否存在Body
HttpHeader - com.github.developframework.toolkit.http中的类
Http头信息
HttpHeader(String, String) - 类 的构造器com.github.developframework.toolkit.http.HttpHeader
 
HttpMethod - com.github.developframework.toolkit.http中的枚举
 
HttpRequest - com.github.developframework.toolkit.http.request中的类
Http请求体
HttpRequest(String) - 类 的构造器com.github.developframework.toolkit.http.request.HttpRequest
 
HttpRequestBody - com.github.developframework.toolkit.http.request中的类
 
HttpRequestBody() - 类 的构造器com.github.developframework.toolkit.http.request.HttpRequestBody
 
HttpRequestParameter - com.github.developframework.toolkit.http.request中的类
 
HttpRequestParameter(String, Object) - 类 的构造器com.github.developframework.toolkit.http.request.HttpRequestParameter
 
HttpResponse<BODY extends HttpResponseBodyProcessor> - com.github.developframework.toolkit.http.response中的类
Http响应体
HttpResponse() - 类 的构造器com.github.developframework.toolkit.http.response.HttpResponse
 
HttpResponseBodyProcessor<T,Y> - com.github.developframework.toolkit.http.response中的类
响应体Body处理器
HttpResponseBodyProcessor() - 类 的构造器com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
 
HttpUrlParameter - com.github.developframework.toolkit.http.request中的类
 
HttpUrlParameter(String, Object) - 类 的构造器com.github.developframework.toolkit.http.request.HttpUrlParameter
 

J

JsonRawHttpRequestBody - com.github.developframework.toolkit.http.request中的类
Json富文本Body
JsonRawHttpRequestBody(String) - 类 的构造器com.github.developframework.toolkit.http.request.JsonRawHttpRequestBody
 

O

Option - com.github.developframework.toolkit.http中的类
 
Option() - 类 的构造器com.github.developframework.toolkit.http.Option
 

P

parameters - 类 中的变量com.github.developframework.toolkit.http.request.HttpRequestBody
 
parseBody(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
 
parseBodyContent(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
实现如何解析请求成功时的Body
parseBodyContent(HttpURLConnection) - 类 中的方法com.github.developframework.toolkit.http.response.SimpleHttpResponseBodyProcessor
 
parseHeaders(Map<String, List<String>>) - 类 中的方法com.github.developframework.toolkit.http.response.HttpResponse
 
post(HttpRequest, Class<T>) - 类 中的方法com.github.developframework.toolkit.http.ToolkitHttpClient
发送POST请求
prepare(HttpURLConnection, HttpRequest) - 类 中的方法com.github.developframework.toolkit.http.request.FormDataHttpRequestBody
 
prepare(HttpURLConnection, HttpRequest) - 类 中的方法com.github.developframework.toolkit.http.request.FormUrlencodedHttpRequestBody
 
prepare(HttpURLConnection, HttpRequest) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequestBody
 
prepare(HttpURLConnection, HttpRequest) - 类 中的方法com.github.developframework.toolkit.http.request.RawHttpRequestBody
 
put(HttpRequest, Class<T>) - 类 中的方法com.github.developframework.toolkit.http.ToolkitHttpClient
发送PUT请求

R

RawHttpRequestBody - com.github.developframework.toolkit.http.request中的类
 
RawHttpRequestBody() - 类 的构造器com.github.developframework.toolkit.http.request.RawHttpRequestBody
 
request(HttpMethod, HttpRequest, Class<T>) - 类 中的方法com.github.developframework.toolkit.http.ToolkitHttpClient
发送请求

S

serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.FormDataHttpRequestBody
 
serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.FormUrlencodedHttpRequestBody
 
serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequestBody
 
serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.JsonRawHttpRequestBody
 
serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.TextRawHttpRequestBody
 
serializeBody(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.XmlRawHttpRequestBody
 
serializeParameters(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.FormDataHttpRequestBody
 
serializeParameters(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.FormUrlencodedHttpRequestBody
序列化参数
serializeParameters() - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequest
序列化参数
serializeParameters(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.HttpRequestBody
序列化参数
serializeParameters(Charset) - 类 中的方法com.github.developframework.toolkit.http.request.RawHttpRequestBody
 
setProxy(Proxy.Type, String, int) - 类 中的方法com.github.developframework.toolkit.http.Option
 
SimpleHttpResponseBodyProcessor - com.github.developframework.toolkit.http.response中的类
简单型响应体处理器 转化为字符串
SimpleHttpResponseBodyProcessor() - 类 的构造器com.github.developframework.toolkit.http.response.SimpleHttpResponseBodyProcessor
 
success - 类 中的变量com.github.developframework.toolkit.http.response.HttpResponseBodyProcessor
 

T

TextRawHttpRequestBody - com.github.developframework.toolkit.http.request中的类
Json富文本Body
TextRawHttpRequestBody(String) - 类 的构造器com.github.developframework.toolkit.http.request.TextRawHttpRequestBody
 
ToolkitHttpClient - com.github.developframework.toolkit.http中的类
 
ToolkitHttpClient() - 类 的构造器com.github.developframework.toolkit.http.ToolkitHttpClient
 
ToolkitHttpClient(Option) - 类 的构造器com.github.developframework.toolkit.http.ToolkitHttpClient
 
toString() - 类 中的方法com.github.developframework.toolkit.http.HttpHeader
 

V

valueOf(String) - 枚举 中的静态方法com.github.developframework.toolkit.http.HttpMethod
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.developframework.toolkit.http.HttpMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

X

XmlRawHttpRequestBody - com.github.developframework.toolkit.http.request中的类
Xml富文本Body
XmlRawHttpRequestBody(String) - 类 的构造器com.github.developframework.toolkit.http.request.XmlRawHttpRequestBody
 
A C D E F G H J O P R S T V X 
跳过导航链接

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.