接口的使用
com.baidu.mochow.http.handler.HttpResponseHandler
使用HttpResponseHandler的程序包
-
com.baidu.mochow.client中HttpResponseHandler的使用
参数类型为HttpResponseHandler的com.baidu.mochow.client中的构造器限定符构造器说明AbstractMochowClient(ClientConfiguration config, HttpResponseHandler[] responseHandlers) Equivalent to AbstractBceClient(config, responseHandlers, false)AbstractMochowClient(ClientConfiguration config, HttpResponseHandler[] responseHandlers, boolean isHttpAsyncPutEnabled) Constructs a new AbstractBceClient with the specified client configuration and handlers. -
com.baidu.mochow.http中HttpResponseHandler的使用
参数类型为HttpResponseHandler的com.baidu.mochow.http中的方法修饰符和类型方法说明<T extends AbstractMochowResponse>
THttpClient.execute(InternalRequest request, Class<T> responseClass, HttpResponseHandler[] responseHandlers) Executes the request and returns the result. -
com.baidu.mochow.http.handler中HttpResponseHandler的使用
修饰符和类型类说明classHTTP error response handler for Baidu Mochow responses.classHTTP body json response handler for Baidu Mochow responses.classHTTP response handler for Baidu Mochow responses.