接口的使用
net.dongliu.cute.http.HTTPResponseHandler
-
使用HTTPResponseHandler的程序包 程序包 说明 net.dongliu.cute.http The Http APIs -
-
net.dongliu.cute.http中HTTPResponseHandler的使用
参数类型为HTTPResponseHandler的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 <T> HTTPResponse<T>HTTPResponseContext. handle(HTTPResponseHandler<InputStream,T> responseHandler)Handle response body with handler, return a new response with content as handler result.<T> HTTPResponse<T>HTTPResponseContext. handleAsReader(HTTPResponseHandler<Reader,T> handler)Handle response content as reader.<T> HTTPResponse<T>HTTPResponseContext. handleAsReader(HTTPResponseHandler<Reader,T> handler, Charset charset)Handle response content as reader.
-