public static final class ResponseParsers.GetObjectMetaResponseParser extends AbstractResponseParser<GetObjectMetaResult>
| Constructor and Description |
|---|
GetObjectMetaResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
GetObjectMetaResult |
parseData(ResponseMessage response,
GetObjectMetaResult result)
数据解析,子类需要复写自己的具体实现
|
needCloseResponse, parse, safeCloseResponse, setCRCpublic GetObjectMetaResult parseData(ResponseMessage response, GetObjectMetaResult result) throws java.lang.Exception
AbstractResponseParserresponse - 服务器返回数据result - 根据范型生成的业务对象java.lang.Exception