类 MolaDbJsonResponseHandler
- java.lang.Object
-
- com.baidubce.services.moladb.MolaDbJsonResponseHandler
-
- 所有已实现的接口:
HttpResponseHandler
public class MolaDbJsonResponseHandler extends Object implements HttpResponseHandler
Moladb Implementation of HttpResponseHandler. Relies on a Json unmarshaller for handling the responseContent.
-
-
构造器概要
构造器 构造器 说明 MolaDbJsonResponseHandler()The JSON unmarshaller to use when handling the responseContent
-
-
-
方法详细资料
-
handle
public boolean handle(BceHttpResponse httpResponse, AbstractBceResponse response) throws Exception
- 指定者:
handle在接口中HttpResponseHandler- 抛出:
Exception
-
-