类 BvwMetadataResponseHandler
- java.lang.Object
-
- com.baidubce.services.bvw.BvwMetadataResponseHandler
-
- 所有已实现的接口:
HttpResponseHandler
public class BvwMetadataResponseHandler extends Object implements HttpResponseHandler
The bvw metadata response handler.
-
-
构造器概要
构造器 构造器 说明 BvwMetadataResponseHandler()
-
-
-
方法详细资料
-
handle
public boolean handle(BceHttpResponse httpResponse, AbstractBceResponse response) throws Exception
Bvw Implementation of HttpResponseHandler. When server return a empty body, wo should set content-length to 0 and transfer-encoding to null.- 指定者:
handle在接口中HttpResponseHandler- 参数:
httpResponse- The http responseresponse- The bce response- 返回:
- If there is a next handle
- 抛出:
Exception- JsonMappingException or JsonParseException
-
-