A G J M N R T U 
所有类 所有程序包

A

asyncResponseHandler(Class<T>) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Return a AsyncResponseHandler, which deserialize json from ByteBuffers async, with charset and type.
asyncResponseHandler(Type) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Return a AsyncResponseHandler, which deserialize json from ByteBuffers async, with charset and type.
asyncResponseHandler(TypeToken<T>) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Return a AsyncResponseHandler, which deserialize json from ByteBuffers async, with charset and type.

G

getType() - 类 中的方法net.dongliu.xhttp.json.TypeToken
Gets underlying Type instance.

J

jsonBody(T) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Create a new json http body
jsonBody(T, Charset) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Create a new json http body
JsonProcessor - net.dongliu.xhttp.json中的类
Json processor, used to decode/encode json values, blocking and non-blocking.
JsonProcessor() - 类 的构造器net.dongliu.xhttp.json.JsonProcessor
 

M

marshal(Object, OutputStream, Charset) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Serialize value to json, and write to writer.

N

net.dongliu.xhttp.json - 模块 net.dongliu.xhttp.json
 
net.dongliu.xhttp.json - 程序包 net.dongliu.xhttp.json
Json adapter.

R

responseHandler(Class<T>) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Return a ResponseHandler, which deserialize json with charset and type.
responseHandler(TypeToken<T>) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Return a ResponseHandler, which deserialize json with charset and type.

T

TypeToken<T> - net.dongliu.xhttp.json中的类
Simple generic type infer class, for tell json processor which type to decode with json.
TypeToken() - 类 的构造器net.dongliu.xhttp.json.TypeToken
 

U

unmarshal(InputStream, Charset, Type) - 类 中的方法net.dongliu.xhttp.json.JsonProcessor
Deserialize json from Reader, to specific type.
A G J M N R T U 
所有类 所有程序包