类的使用
net.dongliu.cute.http.ResponseInfo
-
使用ResponseInfo的程序包 程序包 说明 net.dongliu.cute.http The Http APIs -
-
net.dongliu.cute.http中ResponseInfo的使用
参数类型为ResponseInfo的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 HttpResponse.BodySubscriber<T>BodySubscriberProvider. getBodySubscriber(ResponseInfo info)Given a response info, provide a BodySubscriberCompletionStage<T>AsyncResponseHandler. handle(ResponseInfo info, Flow.Publisher<List<ByteBuffer>> body)A async method, that handle and transform response body.TResponseHandler. handle(ResponseInfo info, B body)Handler response body with all info, return a transformed response body.
-