类 MochowMetadataResponseHandler
java.lang.Object
com.baidu.mochow.http.handler.MochowMetadataResponseHandler
- 所有已实现的接口:
HttpResponseHandler
HTTP response handler for Baidu Mochow responses. Provides common utilities that other specialized Mochow response
handlers need to share such as pulling common response metadata (ex: request IDs) out of headers.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
MochowMetadataResponseHandler
public MochowMetadataResponseHandler()
-
-
方法详细资料
-
handle
public boolean handle(MochowHttpResponse httpResponse, AbstractMochowResponse response) throws Exception - 指定者:
handle在接口中HttpResponseHandler- 抛出:
Exception
-