类 FdfsResponse<T>
java.lang.Object
com.github.tobato.fastdfs.domain.proto.FdfsResponse<T>
- 直接已知子类:
StorageDownloadResponse,StorageGetMetadataResponse,TrackerListGroupsResponse,TrackerListStoragesResponse
Fdfs交易应答基类
- 作者:
- tobato
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明decode(ProtoHead head, InputStream in, Charset charset) 解析反馈结果,head已经被解析过decodeContent(InputStream in, Charset charset) 解析反馈内容protected long获取报文长度
-
字段详细资料
-
head
报文头 -
genericType
返回值类型
-
-
构造器详细资料
-
FdfsResponse
public FdfsResponse()构造函数
-
-
方法详细资料
-
getContentLength
protected long getContentLength()获取报文长度 -
decode
解析反馈结果,head已经被解析过- 参数:
head-in-charset-- 返回:
- 抛出:
IOException
-
decodeContent
解析反馈内容- 参数:
in-charset-- 返回:
- 抛出:
IOException
-